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...
Our app suddenly throws an `UnauthorizedAccessException` when trying to show a basic toast notification. It worked fine until a few days ago, so my question would be if this was...
Inspired by the archive notice from the .NET CoreFX and CoreCLR repos.
# Proposal: Extend Guard Methods to Return Validated Arguments # Summary Extend the existing `Guard` functionality to provide an alternative version of all guard methods that return the validated argument...
As the title says. It's could be troublesome if you have a lot of checkboxes and you have to click so many times just to alter a check? If you...
Wondering if the WindowsCommunityToolkit team could find a solution to this via the mvvm toolkit. Was originally posted on Microsoft's Windows App SDK repo but it has been 3 months...
## Fixes #5010  ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? In certain situation,...
### Considering Making PropertyChanged Events Virtual #### Why It Might Be a Good Idea Most GUI frameworks are single-threaded, requiring you to manually marshal/dispatch the `PropertyChanged` events to the UI...
## Describe the bug  In certain situation (more on that later, see 'Additional context'), when the data-grid resizes from needing a scrollbar to not, certain cells is no longer...