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 **Title:** [Segmented] Left arrow key not propagating to parent when at leftmost item **Description:** When the focus is on the leftmost `SegmentedItem` in a `Segmented` control...

### Describe the bug Hello, When I add ```xmlns:controls="using:CommunityToolkit.WinUI.Controls"``` And ``` ``` To StackPanel, the Window does not initialize anymore with cryptic error: XAML parsing failed. I think the issue...

## PR Type What kind of change does this PR introduce? - Build or CI related changes Please check if your PR fulfills the following requirements: - [x] Created a...

Added a conditional check to prevent the last item in the WrapPanel from stretching when the parent measure's width is infinite. ## Fixes Fixes #703 and #297 ## PR Type...

As I was writing up the [spec for the WinUI transfer](https://github.com/microsoft/microsoft-ui-xaml/pull/10858) and looking at primitive examples and was a bit baffled at what was happening with StretchChild and my intuitive...

bug
testing 🏗
components::controls::primitives

## Fixes #685 The color palette GridView was applying a selection even when not visible, causing the bound `SelectedColor` to reset unexpectedly. This change replaces the binding with code-behind value...

## Fixes Fixes #723 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? Trimming warning triggers on every usage of...

nativeaot
components::collections

### Describe the bug This is very likely a regression from #579. I use a ColorPickerButton in my app, and TwoWay x:Bind that to a property. The value of that...

regression
components::controls::colorpicker

### Describe the bug When using an IColorPalette with colors having transparency, they are not displayed with the checkered background that is usually used when indicating transparency. ### Steps to...

### Describe the bug When the toast pop-up window is clicked for the first time wake up from sleep mode, there is no callback for the ‘ToastNotificationManagerCompat.OnActivated’ event. ### Steps...