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 problem For now, `DataGridColumn.Header` is just a thin wrapper over `headerCell.Content = _header`. When only values set, everything works fine. But when a binding is provided by...

feature request :mailbox_with_mail:

### Describe the bug A tap on the column header rarely triggers a dataGrid sorting event. When you click with the mouse on column header, the event is always triggered...

bug :bug:
DataGrid :capital_abcd:

## Describe the bug Can't set binding to the TokenizingTextBox `ItemsSource` in XAML directly. This seems to work in the sample app, but it's doing it from code-behind after the...

bug :bug:
help wanted
unable to reproduce :heavy_multiplication_x:
helpers :raised_hand:

### Describe the problem To do data entry into DataGrid the user must click into a cell's Editing mode, then enter data (text, date, other controls, etc). For smaller applications...

feature request :mailbox_with_mail:

### Discussed in https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/4937 Originally posted by **michael-hawker** September 21, 2023 # ✨ New Repository ✨ ❗ We moved development to [a new repository, 'Windows'](https://aka.ms/toolkit/windows). It contains the new infrastructure...

documentation :page_with_curl:

### Describe the bug The way to show notification on lock screen is to set the id of the text in wide tile, such as ```xml Line1 Line2 Line3 ```...

bug :bug:
notifications :bell:

Line throwing the error 'ResourceMap Not Found': https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/2d608fdb831380fb2827ec18d24efa59c9ff0ef2/Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/InAppNotification.cs#L70 We have defined our own InAppNotificationAlias.Template and this line has been crashing the app on Win10. Is our app supposed to access...

bug :bug:
controls :control_knobs:

### Describe the bug When creating a MarkdownTextBlock and setting python content, the syntax highlighting is not visible. The font is set to consolas. ### Regression _No response_ ### Reproducible...

bug :bug:
markdown 📑

### Describe the bug In the standard user account, run app as admin, the app execution identity will be admin, resulting access is denied when prompt notification. ### Regression _No...

bug :bug:
notifications :bell:

### Describe the bug I have a DataGrid with ItemSource bound to a grouped collection view. Adding a group to the bound collection fails if the DatGrid property ReadOnly =...

bug :bug:
DataGrid :capital_abcd: