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 I want to enable spatial data entry using the MapControl. Users should be able to create and manipulate [pushpins](https://learn.microsoft.com/en-us/windows/uwp/maps-and-location/display-poi#add-a-pushpin), [polygons](https://learn.microsoft.com/en-us/windows/uwp/maps-and-location/display-poi#add-a-pushpin), and [lines](https://learn.microsoft.com/en-us/windows/uwp/maps-and-location/display-poi#add-a-line) using a toolbar. ###...

feature request :mailbox_with_mail:

### Describe the problem Currently, the constrained box is set at a specified aspect ratio. Depending on screen size and aspect ratio, this could cause the control to become too...

feature request :mailbox_with_mail:
partner ⏹

### Describe the problem Today I reached the point where I have to send two OnPropertyChanged(...) because my object has two views: - one to configuring - the other for...

feature request :mailbox_with_mail:

### Describe the bug HTML hex codes are not being rendered when using x:Bind in MarkdownTextBlock. ### Regression _No response_ ### Reproducible in sample app? - [ ] This bug...

bug :bug:
feature request :mailbox_with_mail:
markdown 📑

When using the [winui branch](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/winui), building the solution wth VS 2022 ends with a few projects failing to build. Build log: https://gist.github.com/chingucoding/5fd6d1cdf7b9e6fd297ce6a2c032b236 Context: I was trying to figure out why...

sample app 🖼
testing :building_construction:
WinUI :diamond_shape_with_a_dot_inside:

I need some help designing and implementing the rest of `AdvancedCollectionView`. - [ ] Grouping - [x] Live Shaping (sorting, filtering, grouping) This functionality exists in WPF4.5

help wanted
helpers :raised_hand:
improvements :sparkles:

## Fixes ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? AdvancedCollectionView crashes with ArgumentOutOfRangeException with live shaping (filtering). ##...

bug :bug:

### Describe the bug As the title says, binding the collection to an `ItemsRepeater` and changing properties it's being filtered by (specifically, showing items) makes it crash with the aforementioned...

bug :bug:
In-PR :rocket:

## Changes - Remove BOM from new files. - Remove redundant xml tags and attributes. - Update Git ignore and attributes. - Ensure to preserve encoding of `UTF-16LE` files. -...

### Describe the problem Currently, the Microsoft.Toolkit.Uwp.UI.FrameworkElementExtensions.Cursor extension does not allow using the pen cursor (this cursor here: ![image](https://user-images.githubusercontent.com/43898231/204906367-3488d0ac-c614-4fc6-9413-c9fdace5ceba.png) ). This would be a very useful option for inking applications,...

feature request :mailbox_with_mail: