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

## I'm submitting a... - Bug report (I searched for similar issues and did not find one) ## Current behavior The sample app keeps references to sample objects after they...

bug :bug:
help wanted
sample app ๐Ÿ–ผ
to discuss

### Overview Bugfix, Fixes #3538 ### Current behavior Narrator does not announce range selector values or updates to the values. ### New behavior Narrator now announces range selector values and...

bug :bug:
sample app ๐Ÿ–ผ
accessibility :wheelchair:

Replace KeyDown event handling by KeyboardAccelerators. This does not change the behavior. It improves performance by not reacting to just any key stroke. I also removes the call to CoreWindow.GetKeyState...

controls :control_knobs:
accessibility :wheelchair:
needs author feedback :memo:
hotfix ๐ŸŒถ

## Fixes #4587 This PR fixes an issue where when `AttachedCardShadow.InnerContentClipType` is set to `CompositionMaskBrush`, the shadow doesn't properly resize when the element it's attached to changes size. It also...

bug :bug:
hotfix ๐ŸŒถ

### Describe the bug AttachedDropShadow display problem when the size of the element that owns the AttachedDropShadow changes. ` ` ### Regression _No response_ ### Reproducible in sample app? -...

bug :bug:
In-PR :rocket:
hotfix ๐ŸŒถ

### Describe the bug When `AttachedCardShadow.InnerContentClipMode` is set to `CompositionMaskBrush`, and the size of the element it's attached to changes, the shadow isn't properly resized to match. ### Regression _No...

bug :bug:
extensions :zap:
In-PR :rocket:
hotfix ๐ŸŒถ

### Describe the problem Looks like with ProjectReunion originally only down to 18362 was supported, so that's what we used for our `CommunityToolkit.WinUI` packages. However, with the change and release...

feature request :mailbox_with_mail:
nuget ๐Ÿ“ฆ
build :fire:
WinUI :diamond_shape_with_a_dot_inside:
hotfix ๐ŸŒถ

### Describe the bug WinUI 3 application throws an exception when you move the GridSplitter Control. This happens if you use a GridSplitter in combination with a ListView or a...

bug :bug:
WinUI :diamond_shape_with_a_dot_inside:

## Fixes #3631 Extends the existing effect animations API to allow creation/manipulation of a `CompositionSurfaceBrush` which lets us manipulate a brush's properties directly outside the visual. This was the key...

controls :control_knobs:
improvements :sparkles:
labs ๐Ÿงช

## Fixes #4318 With the markup extension: `` As you see we are using a custom markup extension to bind your content strings. We are able to simply pass in...

labs ๐Ÿงช