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 we use the SmoothScrollIntoView feature in the ListView Extensions on a ListView like this ```csharp SmoothScrollIntoViewWithIndexAsync(index: DeployedPolicies.SelectedIndex, itemPlacement: ScrollItemPlacement.Center, disableAnimation: false, scrollIfVisible: true, additionalHorizontalOffset: 0,...

Added `CenterHorizontally` and `CenterVertically` for the ListView Extensions, Smooth Scrolling Into View ## Fixes Fixes this issue: https://github.com/CommunityToolkit/Windows/issues/647 ## PR Type - Bugfix ## What is the current behavior? Smooth...

…onView ## Fixes #642 Fixed issue #642 by changing how the ACV handles generic types. The change is not perfect, but I wanted to be as non-invasive as possible. Ideally,...

### Describe the bug When adding a `SortDescription` to an `AdvancedCollectionView` that has an `IncrementalLoadingCollection` as its source, a null reference exception is generated: ``` System.InvalidOperationException HResult=0x80131509 Message=Failed to compare...

https://github.com/CommunityToolkit/Windows/blob/321f5ddc8f3bf07865c8f51d992febb25fd7859a/components/Collections/src/IncrementalLoadingCollection/IncrementalLoadingCollection.cs#L304

### Describe the bug I am trying to apply blur effect on a line. However, when I apply system backdrop, the blur effect is different. It looks like the blur...

**Fixes #366** **PR Type: Bugfix** --- This PR fixes an issue where DWM crashes if the arguments for both min and max of the range selector control are equal. ##...

# Background The 8.2 release is ongoing, with tracking of NuGet package releases in https://github.com/CommunityToolkit/Windows/issues/635 # Problem 8.2 Preview1 and 8.2 Preview2 have shipped. It's implied that at least one...

documentation
enhancement
question

### Describe the bug We use the colorpicker(button) in our app: ![Image](https://github.com/user-attachments/assets/e59524b4-b8f7-447a-8f74-7797811acdec) When users hover over the colors in the palette, the tooltip shows "Not supported". For me this shows...

### Describe the bug As mentioned here: https://github.com/CommunityToolkit/Windows/blob/321f5ddc8f3bf07865c8f51d992febb25fd7859a/components/Extensions/src/Element/FrameworkElementExtensions.Mouse.cs#L16 the Cursor extension was willingly disabled on WASDK targets during initial porting to v8. However, I'm fairly sure the extension works on...