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 I created a UserControl that contains a DataGrid, which contains one DataGridTemplateColumn, which contains a checkbox. The IsChecked of that checkbox is binded with an **ObservableProperty**...

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

### Describe the bug WinUI 3 DataGrid (CommunityToolkit.WinUI.UI.Controls) - Resize of height is not working when user shrink or expand column ![image](https://github.com/CommunityToolkit/WindowsCommunityToolkit/assets/42544312/a9b7911f-441d-48b2-98b0-596c7e05ee15) ![image](https://github.com/CommunityToolkit/WindowsCommunityToolkit/assets/42544312/51cef2e3-e37a-4c25-8e95-90062c5397f7) public HomePage() { this.InitializeComponent(); this.Loaded += HomePage_Loaded;...

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

### Describe the bug As the scrollbars visibility is set to "Auto" they might be visible for those use who told Windows via its Preferences to do so. In that...

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

### Describe the bug I encountered an issue with `SystemInformation.Instance.LaunchTime` on Xbox platform. In some cases, it did not work as expected and failed to get the `launchTime`. I also...

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

Hello there, I have implemented small new feature for StringExtensions for checking the occurrences of a substring into the string and I will be glad if you allow me to...

needs triage :mag:
needs attention :wave:

### Describe the bug Title ### Regression _No response_ ### Reproducible in sample app? - [ ] This bug can be reproduced in the sample app. ### Steps to reproduce...

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

### Describe the bug I have a DataGrid defined as below: ```

bug :bug:
DataGrid :capital_abcd:

### Describe the bug I have an ItemsControl where I set the ItemsPanel to a StaggeredPanel. It uses a DataTemplateSelector to set the content for my list of items. ```...

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

In UWP windows app, I have used this extensions:TextBoxRegex.ValidationMode="Dynamic" extensions:TextBoxRegex.ValidationType="Number" to dynamically remove whitespaces, letters and any special characters dynamically. Initially it's not allowing whitespaces but after entering a single...

needs triage :mag:
needs attention :wave:

### Describe the bug TextToolbar's Underline button is always pressed when we select multilines with couple of underline characters. ### Regression _No response_ ### Reproducible in sample app? - [X]...

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