Windows
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.
### 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:  The problem...
### Describe the bug When you hover on an inner SettingControl of a SettingsExpander, you would notice that the top boder vanishes. Normal:  Pointer over:  ### Steps to...
### 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...
### 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...
### 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...
### 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...
## 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...
### 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...
### 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...