WindowsCommunityToolkit icon indicating copy to clipboard operation
WindowsCommunityToolkit copied to clipboard

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / W...

Results 216 WindowsCommunityToolkit issues
Sort by recently updated
recently updated
newest added

### Describe the bug In some weird cases when resizing the adaptive grid view items don't take up the available space on the right, sometimes the layout doesn't adapt properly...

bug :bug:

### Describe the bug DataGridTemplateColumn Width parses the GridLength in a culture specific way at runtime and doesn't use invariant culture, or on failure should try to convert using invariant...

bug :bug:
DataGrid :capital_abcd:
needs triage :mag:

What is the proper method of applying text wrapping so that when resizing a column to auto adjust the row height? https://stackoverflow.com/questions/54584552/uwp-datagrid-textwrapping-rowheight-issues ``` ```

bug :bug:
help wanted
DataGrid :capital_abcd:

### Describe the bug In Windows Community Toolkit DataGrid we are currently facing an exception when attempting to load the DataGrid component while using runtime-defined types as our data source....

bug :bug:

### Describe the bug So I am using this code and OnActivated is never raised for my Application package that is packaged as MSIX. The appxmanifest contains multiple application and...

bug :bug:

### Describe the bug While trying to show notifications withToastContentBuilder , at some devices it shows same notification 2-3 times. ``` new ToastContentBuilder() .AddText(message) .AddAppLogoOverride(new Uri(iconUri), ToastGenericAppLogoCrop.None) .Show(); ``` ###...

bug :bug: