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.
### Discussed in https://github.com/CommunityToolkit/Labs-Windows/discussions/706 Originally posted by **0x5bfa** August 7, 2025 As the title describes, we should put them in the top-level namespace since putting enums inside a class make...
### Describe the bug Currently, the trimming warning for AdvancedCollectionView is too broad. It triggers for all usages of AdvancedCollectionView, when it concerns only SortDescription.PropertyName. We should move the warning...
## Describe the bug Found a few issues with the Surface Dial TextBox Extensions: - [ ] Tapping doesn't go to the next control (if you have focus on first...
## TODO ```[tasklist] ### Base Porting Checklist - [x] Update namespace (to `CommunityToolkit.WinUI.Triggers`) - [x] Merge differences from UWP main to WinAppSDK / Uno forks - [x] Import original doc...
```[tasklist] ### Base Porting Checklist - [x] Component name (to `CommunityToolkit.WinUI.Media`) - [x] Merge differences from UWP main to WinAppSDK / Uno forks - [ ] ~~Support for WASM via...
We probably want to file an issue about re-checking all this, as I know some of the original issues I believe were fixed in the underlying behaviors package, but I...
Bringing this issue from [here](https://github.com/CommunityToolkit/Labs-Windows/issues/216#issuecomment-1542604878) I've discovered this while using `SettingsCard` and changing it's `ContentAlignment` property at runtime by editing XAML. The `SettingsCard` uses the trigger like this: ```xaml ```...
```[tasklist] ### Base Porting Checklist - [ ] Component name (to `CommunityToolkit.WinUI.Controls.Eyedropper`) - [ ] Design refresh - [ ] Merge differences from UWP main to WinAppSDK / Uno forks...
From https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/63 One or more components in this repository are suppressing CA1063. To avoid memory leaks in certain edge cases, we should be implementing the full `IDisposable` pattern and not...
```[tasklist] ### Base Porting Checklist - [ ] Component name (to `CommunityToolkit.WinUI.Controls.OrbitView`) - [ ] Redesign, following the latest WinUI design guidelines - [ ] Merge differences from UWP main...