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 **StopAnimationAction** gets executed before the property **Animation** got populated. The result of that is that _Execute()_ throws an ArgumentNullException. Weirdly the same behavior doesnt effect on...

bug :bug:
animations :izakaya_lantern:

### Describe the problem TwoWay binding a DateTimeOffset property to a custom DataGrid column, derived from DataGridBoundColumn does not work as the GenerateEditingMethod will never be called. This issue does...

feature request :mailbox_with_mail:

### Describe the bug Hi there I have a background task that will read .NET Channels message and generate ToastContentBuilder() based on that. However, I notice some random occurrence of...

need more info :pushpin:
notifications :bell:

### Describe the problem When dragging and dropping from one ListView to another you sometimes need to know the index of the dropped item so you can update a model...

extensions :zap:
feature request :mailbox_with_mail:

### Describe the bug When the RangeSelector range is set for example to [-100; 100], and the bound lower property is set to 0, the value is overwritten to Minimum...

bug :bug:

### Describe the bug I'm currently using the CommunityToolKit DataGrid in my application. Upon adding the DataGrid through a button, I observed that the application's memory usage increased from 98MB...

bug :bug:

## Fixes #4983 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? When moving to the next cell using Tab...

### Describe the bug When moving to the next cell using Tab, the cell is not fully scrolled-into-view nor has one of its edges snapped to the DataGrid's viewport. ###...

bug :bug:

### Describe the bug Assigning a ThemeResource in XAML for the Color property of ShadeEffect throws the following exception: Exception thrown: 'System.Runtime.InteropServices.COMException' in System.Private.CoreLib.dll WinRT information: Failed to assign to...

bug :bug:

### Describe the bug When setting a grid to read only and use narrator to access the grid, narrator could only focus on the whole data grid. It could not...

bug :bug:
DataGrid :capital_abcd: