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 problem There is no easy way to query the current splitter position and restore it alter. There is no single Position property and no event firing when...
Snippet I had mocked up a while back: ```xml ```
### Describe the bug Hi, i am using EnumValues for displaying Enum into ComboBox: ``` ``` and this is result:  ### Steps to reproduce ```text try this: ``` ###...
### Describe the bug Getting null reference exception on a **WinUI** application when using ```UIElementExtensions.VisualFactory``` ### Regression _No response_ ### Reproducible in sample app? - [ ] This bug can...
### Describe the bug In Contribution document, the link to access to the wiki is for the old repo. https://aka.ms/wct/wiki refers to https://github.com/CommunityToolkit/WindowsCommunityToolkit/wiki and not https://github.com/CommunityToolkit/Windows/wiki ### Steps to reproduce...
### Describe the bug With Windows 11 Moment 4, a new group has been created It will be great if we have this item in the SettingControl  ### Steps...
### Describe the problem The current model only allows a single use case: adding text as `AddTokenAsync()` `data ` has to be a `string`. Otherwise the `TokenItemAdding` event isn't raised...
### Describe the bug There is no way to act on `TokenizingTextBox` `GotFocus` event handler to fill its `SuggestedItems` if its `AutoSuggestBox` got the focus. Adding **TokenizingTextBox.cs** ``` public bool...