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 #577 ## PR Type What kind of change does this PR introduce? Other: Feature added ## What is the current behavior?  ## What is the...
## Background See https://github.com/CommunityToolkit/Windows/issues/602 ## Problem A full high-level area map is needed, including - Individual components - Individual component source, Wiki/Samples, and tests ## Solution ### 7.x Area Map...
### Describe the bug I noticed an inconsistency in the `HeaderedContentControl` provided by this package. In a standard Windows 11 app like Settings (or any other default app), there is...
## Background See https://github.com/CommunityToolkit/Windows/issues/602 ## Problem A full high-level area map is needed for 8x, including - Individual components - Individual component source, Wiki/Samples, and tests ## Solution ### 8.x...
## Background The move from WCT 7 to 8 was an overhaul that saw: - A new (cleaner) package setup and a unified namespace - Consolidation of the UWP and...
### Describe the bug **Title:** Build Fails After Installing CommunityToolkit and Uno.UI Packages **Description:** After installing the following NuGet packages into my project: - `CommunityToolkit.Uwp.Controls.SettingsControls` - `CommunityToolkit.Winui.Controls.SettingsControls` - `Uno.UI` -...
### Describe the bug This code: ```xaml ``` will render:  ### Steps to reproduce Use the code above. ### Expected behavior `ContentTemplate` is applied only to the `Content`. ...
### Describe the bug Segmented control crash when you provide an Automation.Name. Here's example code  The crash occurs when you turn on narrator then use tab to navigate to...
### Describe the bug When trying to use EnqueueAsync on a Dispatcher Queue it gives the following error in 8.1.240916: `` 'DispatcherQueue' does not contain a definition for 'EnqueueAsync' and...
### Describe the bug If you define a `SettingsExpander` as an item within another `SettingsExpander`, the application crashes. ```xml ``` ### Steps to reproduce ```text 1. Add a `SettingsExpander` to...