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 running the gallery with the Wasdk head on the latest `main` commit, the 'StaggeredPanel' and 'WrapPanel' samples will crash the app with the same error...

bug
sample app 🖼️
regression
nativeaot

### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the AttachedCardShadow sample will crash the app: ![image](https://github.com/user-attachments/assets/7eb0a538-8158-41c1-88c4-62fdf67fd098) Exception message: > Cannot create...

bug
sample app 🖼️
regression

### Describe the bug When running the wasdk Gallery head under the latest `main`, the [`ControlItemGridViewTemplate`](https://github.com/CommunityToolkit/Tooling-Windows-Submodule/blob/cba322e223f936e38f43ad54a04726c3b93d03ca/CommunityToolkit.App.Shared/Styles/ItemTemplates.xaml#L24) used on the `GridView` [in the `GettingStartedPage.xaml`](https://github.com/CommunityToolkit/Tooling-Windows-Submodule/blob/cba322e223f936e38f43ad54a04726c3b93d03ca/CommunityToolkit.App.Shared/Pages/GettingStartedPage.xaml#L169) is failing to bind to the data...

bug
sample app 🖼️
regression

### Describe the bug The WrapLayout sample in the gallery never fully loads when running under Windows App SDK but is fine when running UWP. https://github.com/user-attachments/assets/c01919ed-80da-42b8-80ac-9f43feb0a961 ### Steps to reproduce...

bug
sample app 🖼️
regression
nativeaot

### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the 'IncrementalLoadingCollection' sample does not display items properly. The items are in the...

bug
sample app 🖼️
regression

### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the 'Shadows overview' sample will crash the app: ![image](https://github.com/user-attachments/assets/5bc2fb0d-881f-4cd7-93ae-d813d61d5c31) Exception message: > Specified...

bug
blocked
sample app 🖼️
regression
nativeaot

### Describe the bug Under the latest `main` commit, opening the TextBoxExtensions sample will cause the gallery app to crash. ![image](https://github.com/user-attachments/assets/c12a95ee-edcd-48e4-81d2-d8a570180739) ``` at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr) at ABI.Windows.UI.Input.IRadialControllerStaticsMethods.CreateForCurrentView(IObjectReference _obj) at Windows.UI.Input.RadialController.CreateForCurrentView()...

bug
sample app 🖼️
regression
nativeaot

### Describe the bug Currently the tooltip on the RangeSelector always shows and shows the raw value. It's missing the equivalent properties of Slider: - [ThumbToolTipValueConverter](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.slider.thumbtooltipvalueconverter?view=winrt-26100) - [IsThumbToolTipEnabled](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.slider.isthumbtooltipenabled?view=winrt-26100) You don't...

enhancement
help wanted
feature request :mailbox_with_mail:

### Describe the bug Despite having correct nuget dependencies, the CommunityToolkit.WinUI.Converters namespace is not accessible after build giving this error: **Undefined namespace. The 'using' URI refers to a namespace 'CommunityToolkit.WinUI.Converters'...

### Describe the bug I noticed that the `SettingsExpander` becomes square when expanded, even though I have set the `CornerRadius` to 8. I subscribed to the `Expanded` event and confirmed...

bug
help wanted
ux 🖌️