WindowsCommunityToolkit icon indicating copy to clipboard operation
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...

Results 238 WindowsCommunityToolkit issues
Sort by recently updated
recently updated
newest added

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 ![datagrid cell mia on resize](https://github.com/user-attachments/assets/6fbbd3cf-2ca7-49e4-8cd7-252a72e794d7) ## 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 ![Image](https://github.com/user-attachments/assets/85f54966-e96f-422f-94d3-2438e7908dcb) 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...