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.
> Latest on Wasm - In TabbedCommandBar, text is missing on the tabs and the cause is less clear. No errors in the console.  _Originally posted by @Arlodotexe in...
### Describe the bug ### Issue Accessibility Insights reporting: "A button must support one of these patterns: Invoke, Toggle, or ExpandCollapse." when using a SettingsCard that is clickable (`IsClickEnabled=True`). ###...
Cant compile with Uno 5.1 and CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.240109"
### Describe the bug Trying to use the SettingsControl in a uno 5.1 project and i get the following error when compiling E:\ZiiDMS\ZiiDMSApp\Client\ZiiDMSApp\ZiiDMSApp.Mobile\Uno.UI.SourceGenerators\Uno.UI.SourceGenerators.BindableTypeProvi ders.BindableTypeProvidersSourceGenerator\BindableMetadata.g.cs(3674,91): error CS0433: The type 'CameraHelper' exists...
### Describe the bug The ColorPicker component was added in https://github.com/CommunityToolkit/Windows/pull/241 and recently released in 8.1-rc. We had run into some minor issues ColorPicker on wasm before, but this was...
### Describe the bug Because the `CustomPalette` property of `ColorPicker` is [explicitly assigned in the code](https://github.com/CommunityToolkit/Windows/blob/main/components/ColorPicker/src/ColorPicker.cs#L968), it prevents the property to be styled. Style setters will always have les priority...
### Describe the bug ``` ```  It's only when the value is changed and is trying to be bound to code. So `OneWay` works. Work around it like...
## Describe the bug When using AttachedCardShadow anywhere in my app (WinUI3 / WinAppSDK 1.0), it runs fine from Visual Studio. But as soon as I package the app and...
## Background Calls to Composition inside of ImplicitAnimationSet were causing the ColorPicker to fail to show on Wasm in [this PR](https://github.com/CommunityToolkit/Windows/pull/241#issuecomment-1899107130). We're referencing the Animations component for `ImplicitAnimationSet`, but implicit...
### Describe the bug When I place 2 rich edit boxes, both with a text toolbar attached on the UI, the one text toolbar will modify formatting for both of...
### Describe the bug When some bizarre values are set in a RangeSelector, the DWM crashes. ### Steps to reproduce ```text Set a RangeSelector to 100-100, and set the max...