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 using` muxc:XamlControlsResources ControlsResourcesVersion="Version1"`, A `ToggleSwitch` in `SettingsCard` will crash the app. It will throw `System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to...

### Describe the bug When I used ImageCropper to cut the image, the computer resolution was about 2K, and the image size was 128x296. If I select the button method...

### Describe the bug These are targets for 8.2 release packages **net8.0-windows10.0.19041** [CommunityToolkit.WinUI.Extensions](https://www.nuget.org/packages/CommunityToolkit.WinUI.Extensions/) (>= 8.2.250402) [Microsoft.WindowsAppSDK](https://www.nuget.org/packages/Microsoft.WindowsAppSDK/) (>= 1.6.250108002) **net9.0** [CommunityToolkit.WinUI.Extensions](https://www.nuget.org/packages/CommunityToolkit.WinUI.Extensions/) (>= 8.2.250402) [Uno.Fonts.Fluent](https://www.nuget.org/packages/Uno.Fonts.Fluent/) (>= 2.4.5) [Uno.WinUI](https://www.nuget.org/packages/Uno.WinUI/) (>= 5.5.87) **net9.0-android35.0** [CommunityToolkit.WinUI.Extensions](https://www.nuget.org/packages/CommunityToolkit.WinUI.Extensions/)...

# Background Windows Community Toolkit 8.2 is slated to release soon, with 8.2-preview2 already in flight. # Problem To facilitate a smooth release, we need to ensure that the web...

sample app 🖼️
Uno

### Describe the bug Hi, on the `ContentSizer` page of Windows Community Toolkit Gallery, there is a link to `GridSplitter`. This Link is broken. This link is right at the...

documentation
sample app 🖼️
ux 🖌️

### Describe the bug This was found while investigating [Fix: DockPanel measure fix #618](https://github.com/CommunityToolkit/Windows/pull/618) The tests in Primitives are failing when run in Visual Studio, but not when run in...

bug
regression
testing 🏗

### Describe the bug At least some part of #347 seem to be intermittent failures in the RichSuggestBox tests as well Here: https://github.com/CommunityToolkit/Windows/blob/2c0f9b3d8096fce836cd239a9c5cad3494e236f7/components/RichSuggestBox/tests/Test_RichSuggestBox.cs#L143 And here: https://github.com/CommunityToolkit/Windows/blob/2c0f9b3d8096fce836cd239a9c5cad3494e236f7/components/RichSuggestBox/tests/Test_RichSuggestBox.cs#L308 Both involving adding new...

help wanted
regression
external :arrow_heading_up:
CI/pipeline 🔬
testing 🏗
components::controls::richsuggestbox

# Background Windows Community Toolkit 8.2 is slated to release soon, with 8.2-preview2 already in flight. # Problem To facilitate a smooth release, we need to: - Do a full...

### Describe the bug Setting `Padding` on HeaderedContentControl does nothing. I think this is passed through for HIC, but maybe not for HTV as well? We should ensure template bound...

### Describe the bug `CsvModels.SortDescriptions.Add(new SortDescription("Sub.Sort", SortDirection.Descending));` Sorting of sub-property is not supported [SortForSubPropertyDemo.zip](https://github.com/user-attachments/files/18507120/SortForSubPropertyDemo.zip) ### Steps to reproduce ```text I have uploaded the demo ``` ### Expected behavior Adding sub-property...