WindowsCommunityToolkit
WindowsCommunityToolkit copied to clipboard
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / W...
## Fixes #4073 Meld `BindableProgressBarValue` into `AdaptiveProgressBarValue`. Although this is a **Breaking Change**, it doesn't change any functional behavior. It's refractored to be a drop-in replacement. So, just a global...
## Fixes #4032 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR Checklist Please...
## Fixes #3392 This PR implements Issue #3392 ## PR Type What kind of change does this PR introduce? - Feature - Sample app changes ## What is the new...
## Fixes #3628 ## PR Type What kind of change does this PR introduce? Feature ## What is the current behavior? Currently, the characters are checked for validity after they...
### Describe the bug  If a `ConstrainedBox` does not set the `AspectRatio`, it will throw an exception. ### Regression _No response_ ### Reproducible in sample app? - [ ]...
### Describe the bug I have a datagrid which loads roughly 2k items within a StackPanel, I navigate to the page with the datagrid and the items load. Memory usage...
### Describe the bug We are using the `FrameworkElementExtension.Ancestor` for the `ComboBox.ItemsSource` binding. When we unload the ComboBox, the binding remains active, causing the **SelectionChanged** event to trigger after the...
Bumps System.Text.Json from 5.0.2 to 8.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### Describe the bug Hi, After installation of CommunityToolkit.WinUI.xxx (*) new versions (from 8.1.240821 to 8.1.240916), following issue occurs during execution : Microsoft.UI.Xaml.Markup.XamlParseException : 'The text associated with this error...
### Describe the bug The `StaggeredLayout` from the new namespace `CommunityToolkit.WinUI.Controls.Primitives` crashes on **ARM64** build when used in an ItemsView with the following StackTace: ``` Message = "Array dimensions exceeded...