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.
## Fixes Addresses #472 Adds support for searching an Expander control's header. The current logic only searches the content of the Expander control, but not the header. ## PR Type...
## Background Building 8.0 required us to juggle a lot of things, but balancing proactive and reactive planning and execution is always one of the trickiest parts of software development....
### Describe the bug I'm seeing this crash reported on a device with `Windows 10.0.19045`. I wasn't able to reproduce it locally on a Windows 11 machine ``` System.InvalidCastException: Specified...
### Describe the bug I'm trying to enable NativeAOT compilation for my app. I am using Community Toolkit 8.2 Preview 2 (with CsWinRT 2.2) in WinAppSDK/WinUI 1.6.4 on .NET 9.0.1...
### Describe the bug Trying to work with `ImageCropper` to generate a cropping region, I am forced to use `WriteableBitmap`. While I understand that some parts of the components will...
### Describe the bug When using a `SettingsExpander` that is bound to an `ObservableCollection` in a page that is not cached (`NavigationCacheMode="Disabled"`) and this page is repeatedly opened (and old...
_As referenced in #17_ **PR Type**: Added new helpers (from WCT 7.x) ## PR Checklist Please check if your PR fulfills the following requirements: - [x] Created a feature/dev branch...
```[tasklist] ### Base Porting Checklist - [ ] Component name (to `CommunityToolkit.WinUI.Controls.BladeView`) - [ ] Redesign, following the latest WinUI design guidelines - [ ] Merge differences from UWP main...
### Describe the bug Windows Community Toolkit Gallery from the Microsoft Store encountered an issue where the app crashes immediately when attempting to open the “RivePlayer(Labs)” on X Elite device....
### Describe the bug Binding the TokenizingTextBox ItemSource to an ObservableCollection inside a nested object eg. {x:Bind ViewModel.MyObject.Tags, Mode=TwoWay} results in InvalidCastException: Unable to cast object of type 'CommunityToolKit.WinUi.Controls.InterspersedObservableCollection' to...