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 When I try to use sample codes of CameraPreview, the camera frame freezes after few frames.__ ### Steps to reproduce ```text 1. Create new project ->...

bug
components::controls::camerapreview

### Describe the bug When I set .Text in code, the property changes it's value, but this text doesn't appear in the TextBox. ```XAML ``` ```C# using CommunityToolkit.WinUI.UI.Controls; using Microsoft.UI.Xaml;...

### Describe the bug If the SegmentedItems have a background set. When the cursor goes from one item to another, they flash different gradients. I'm assuming there is a PointerExit/Enter...

bug
ux 🖌️
components::controls::segmented

`ThemeListener` doesn't work in the Windows App SDK at the moment, so thinking we should remove it for now until it's supported in the WASDK? In either case, we should...

enhancement
good first issue
components::helpers

### Describe the bug We have 6 explicit places we reference the NotifyCollectionChanged event in the Toolkit: https://github.com/search?q=repo%3ACommunityToolkit%2FWindows%20NotifyCollectionChanged&type=code - [ ] MetadataControl - Updates everything all the time regardless -...

enhancement
good first issue
help wanted
feature request :mailbox_with_mail:

### Describe the bug These cases work: ```xaml ``` ```xaml ```` but these cases throw **System.Runtime.InteropServices.COMException**: ```xaml ``` ```xaml ``` To avoid the `TokenizingTextBox` to crash in the cases above,...

bug
help wanted
components::controls::tokenizingtextbox

Continuation of #190, wanted to do a clean PR so that alerts would could be filtered now that enabled filtering out generated code. Prior alerts from the very first pass...

### Describe the bug Stroke on hover is the wrong color / border disappears on hover so there's no separation ### Regression _No response_ ### Reproducible in sample app? -...

bug
ux 🖌️
components::controls::settingscontrols

### Describe the bug Screen Readers don't announce important information when SegmentedControls are used. They are 1. Position in set 2. SizeOfSet 3. IsSelected ### Regression _No response_ ### Reproducible...

bug
accessibility :accessibility:
components::controls::segmented

### Problem Single-component solutions are facing a transitive dependency issue on UWP heads. It can be fixed by making the transitive dependency an explicit dependency, but not all transitive dependencies...

bug
dev loop ➰