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 `ThemeListener` seems to do nothing in WinAppSDK apps. [A comment in a related issue](https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3656#issuecomment-810063280) points out that the events `ThemeListener` relies on are no longer supported...

bug
regression
components::helpers

### Describe the bug ![image](https://github.com/user-attachments/assets/63b4336a-e593-458f-a685-984f4b1fb319) If a `ConstrainedBox` does not set the `AspectRatio`, it will throw an exception. ### Regression _No response_ ### Reproducible in sample app? - [ ]...

bug
good first issue

### Describe the bug The SettingsCard control have an accessibility issue that makes it unable to set an accessible name for the image used as HeaderIcon by the control, even...

accessibility :accessibility:

## Fixes #529 ## PR Type What kind of change does this PR introduce? Other: Feature added ## What is the current behavior? See issue #5006 ## What is the...

### Describe the bug Assigning a ThemeResource in XAML for the Color property of ShadeEffect throws the following exception: Exception thrown: 'System.Runtime.InteropServices.COMException' in System.Private.CoreLib.dll WinRT information: Failed to assign to...

### Describe the bug When the RangeSelector range is set for example to [-100; 100], and the bound lower property is set to 0, the value is overwritten to Minimum...

### Describe the bug We are using the `FrameworkElementExtension.Ancestor` for the `ComboBox.ItemsSource` binding. When we unload the ComboBox, the binding remains active, causing the **SelectionChanged** event to trigger after the...

### Describe the problem Currently, [`TokenizingTextBox`](https://github.com/CommunityToolkit/Windows/blob/main/components/TokenizingTextBox/src/TokenizingTextBox.cs) does not fire [`TokenItemAdding`](https://github.com/CommunityToolkit/Windows/blob/5fd59df3d2e65cc2d38e62386b73a692105e2f30/components/TokenizingTextBox/src/TokenizingTextBox.Events.cs#L30) event when the `data` parameter in [`AddTokenAsync(object data)`](https://github.com/CommunityToolkit/Windows/blob/5fd59df3d2e65cc2d38e62386b73a692105e2f30/components/TokenizingTextBox/src/TokenizingTextBox.cs#L494) is not a `string`. So when the user selects the already added...

feature request :mailbox_with_mail:

### Describe the bug It'd be nice to see an `Orientation` property on the Segmented control. This could be used for simpler modern navigation view styles, e.g. Or other small...

## Fixes Fixes #726 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? With the `DefaultSegmentedStyle`, `SegmentedItem` is not rendered...