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

> Sample repo to reproduce issue : https://github.com/touseefbsb/IncrementalLoadingBug ## Describe the bug I have a uwp app and I am using Windows Community Toolkit for the Incremental Loading feature on...

bug :bug:
help wanted
needs attention :wave:

## Fixes Fixes #4714 (discussed in Issue) ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? See issue description. ##...

bug :bug:
controls :control_knobs:
accessibility :wheelchair:

## Describe the bug When styling the `HeaderTemplate` or `ContentTemplate` of the `HeaderedContentControl`, if the text of any of them is set with the `` blocks instead of directly as...

bug :bug:
help wanted
controls :control_knobs:
good first issue

### Describe the bug When `DataGrid` [handles a remove event](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/a10204e648c372f6a6837c5aa40065761847132e/CommunityToolkit.WinUI.UI.Controls.DataGrid/DataGrid/DataGridDataConnection.cs#L957) when resort happens, it gets the removed item from the sender: ```cs _owner.RemoveRowAt(index, sender[index]); ``` However, since the item is...

bug :bug:
DataGrid :capital_abcd:
needs triage :mag:
needs attention :wave:

### Describe the bug I'm using the CameraPreview control on a WASDK 1.2/WinUI 3 desktop application. I've followed all the documentations and the sample on the toolkit app. When I...

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

### Describe the bug When The App Window is made too small, TabbedCommendBarItems get lost and don't reappear when window size is increased. ### Regression _No response_ ### Reproducible in...

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

### Describe the bug Hello, When property binded to Carousel SelectedIndex is changing, whole application slows down. Example: Carousel is set to display some messages one by one. SelectedIndex is...

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

### Describe the bug If Carousel has orientation vertical and binding to SelectedIndex (TwoWay), when user scrolls up, Carousel produces change of SelectedIndex to current-1 and then immediately to 0....

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

Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html Please...

needs author feedback :memo:

### Describe the bug Using DataGrid v7.1.2 instance with resizable columns if let's say 3 adjacent columns are resized to a minimum width and then the second column is sized...

bug :bug:
DataGrid :capital_abcd:
needs triage :mag:
needs attention :wave: