Windows
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.
### 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...
### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the AttachedCardShadow sample will crash the app:  Exception message: > Cannot create...
### 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...
### 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...
### 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...
### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the 'Shadows overview' sample will crash the app:  Exception message: > Specified...
### Describe the bug Under the latest `main` commit, opening the TextBoxExtensions sample will cause the gallery app to crash.  ``` at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr) at ABI.Windows.UI.Input.IRadialControllerStaticsMethods.CreateForCurrentView(IObjectReference _obj) at Windows.UI.Input.RadialController.CreateForCurrentView()...
### 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...
### 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...