Windows icon indicating copy to clipboard operation
Windows copied to clipboard

Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.

Results 247 Windows issues
Sort by recently updated
recently updated
newest added

### Describe the bug Setting the Background Property on the GridSplitter breaks the Style when hovering over the GridSplitter. The Colour of the Splitter seems to flicker: ![SplitterFlimmering](https://github.com/CommunityToolkit/Windows/assets/47903283/593be163-c38b-409f-a291-3b3443081e86) The problem...

bug
ux 🖌️
components::controls::sizers

### Describe the bug When you hover on an inner SettingControl of a SettingsExpander, you would notice that the top boder vanishes. Normal: ![image](https://github.com/CommunityToolkit/Windows/assets/62196528/28595f2f-8abe-45d3-b170-7af6ab835223) Pointer over: ![image](https://github.com/CommunityToolkit/Windows/assets/62196528/a08fb20f-f225-46be-a84f-9ed81288fcdf) ### Steps to...

bug
ux 🖌️
components::controls::settingscontrols

### Describe the bug There are two GridSplitter for winui3 that we can use now. first come from CommunityToolkit.WinUI.Controls.Sizer NuGet package. this GridSplitter will throw an unhandled exception when i...

bug
help wanted
components::controls::sizers

### Describe the bug the code in "AlternateRow.cs": `_itemsForList.TryGetValue(sender, out Windows.UI.Xaml.Controls.ListViewBase listViewBase);` ` if (listViewBase == null) { return; }` always returns null. this is why when adding items to...

bug
ux 🖌️
components::extensions

### Describe the bug There are four locations in the codebase where CS0109 is suppressed. I can not find a reason why the suppressions are not just simply cleaned up....

### Describe the bug In 72bf0b1a006685ccb3595621972cd27b75bfddee, `AdvancedCollectionView` starts to use an new way to retrieve item type. The assumption implied is too optimistic when a non-trival collection is used. For...

feature request :mailbox_with_mail:
components::collections

### Describe the bug IncrementalLoadingCollection::RefreshAsync does not refresh when it's working with a keyed IIncrementalSource. The source will not produce items the first time GetPagedItemsAsync is called, once its key...

bug
components::collections

## Fixes #256 #259 #257 ## PR Type What kind of change does this PR introduce? - Bugfix - Other... Enhancing the possible usage of the TokenizingTextBox by giving the...

enhancement

### Describe the bug I previously had my own functions for getting all logical children of FrameworkElements but wanted to now change all my boilerplate code over to the easy...

bug
components::extensions

### Describe the bug In the latest Toolkit from Jan 24 (8.0.240109), SurfaceLoader fails to create a brush, and it will always return `null` on WinUI 3. This is because...

bug
components::media