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 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...

question
feature request :mailbox_with_mail:
components::controls::sizers

### Describe the bug Hi, i am using EnumValues for displaying Enum into ComboBox: ``` ``` and this is result: ![image](https://github.com/CommunityToolkit/Windows/assets/9213496/ade5c669-2b79-488a-baa5-899fc559d633) ### 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...

bug
components::media

documentation
enhancement

### 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...

documentation
enhancement
sample app 🖼️
components::controls::primitives

### 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 ![image](https://github.com/CommunityToolkit/Windows/assets/9213496/89f3d5bf-702d-42ff-acc4-2d9d8c061810) ### 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...

enhancement
question
need more info :pushpin:
components::controls::tokenizingtextbox

### 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...

feature request :mailbox_with_mail:
components::controls::tokenizingtextbox