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 When TextToolbar is bind to RichEditBox with: Binding ElementName=... it does not work as expected - formatter's buttons not reacting on actions inside RichEditBox. ### Regression...

bug :bug:
needs triage :mag:
needs attention :wave:

### Describe the bug When the user uses the English (United States) locale but change their decimal separator to use anything other than a dot, Win2D Path Mini Parser generates...

bug :bug:

### Describe the problem I propose adding support for custom attributes on properties auto-generated by the [ObservableProperty] in the .NET Community Toolkit. Currently, properties auto-generated using [ObservableProperty] do not support...

feature request :mailbox_with_mail:

### Describe the problem Setting the height in rows thorough the DataGrid.RowHeight can't go less than 32 because the DataGridCell is specifying a MinValue of 32 ### Describe the solution...

feature request :mailbox_with_mail:
DataGrid :capital_abcd:

### Describe the bug One of my users reports dialogs and settings menu not opening https://github.com/rocksdanister/lively/issues/1496 I reported the original issue in WindowsAppSDK repo https://github.com/microsoft/WindowsAppSDK/issues/3105 This time one of the...

bug :bug:
brush :paintbrush:

### Describe the bug Using PipelineVisualFactory effects in XAML, such as BlurEffect or GrayscaleEffect from the CommunityToolkit.WinUI.UI.Media library, throws an unhandled exception when application is run on a virtual machine...

bug :bug:
brush :paintbrush:
WinUI :diamond_shape_with_a_dot_inside:

### Describe the bug i am trying to send a toast notification, but when the app runs as NT AUTHORITY\SYSTEM, it throws an unauthorizedaccessexception: `Unhandled Exception: System.UnauthorizedAccessException: Access is denied....

bug :bug:
notifications :bell:

## Fixes ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR Checklist Please check...

## Describe the bug `ThemeListener` seems to do nothing in WinAppSDK apps. [A comment in a related issue](https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3656#issuecomment-810063280) points out that the events `ThemeListener` relies on are no longer supported...

bug :bug:
helpers :raised_hand:
WinUI :diamond_shape_with_a_dot_inside:

## Fixes #2122 Fixes DataGrid scroll performance issue for large data sources. ## PR Type What kind of change does this PR introduce? Bugfix ## What is the current behavior?...

DataGrid :capital_abcd: