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

Results 247 Windows issues
Sort by recently updated
recently updated
newest added

## Fixes #577 ## PR Type What kind of change does this PR introduce? Other: Feature added ## What is the current behavior? ![屏幕截图 2024-12-10 193104](https://github.com/user-attachments/assets/7e979b61-7cab-4a0c-9eba-0b01cd4a21c9) ## 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...

good first issue
feature request :mailbox_with_mail:

## 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: ![Image](https://github.com/user-attachments/assets/ecce7ebd-1476-41ca-93a0-f9153ebbab31) ### Steps to reproduce Use the code above. ### Expected behavior `ContentTemplate` is applied only to the `Content`. ![Image](https://github.com/user-attachments/assets/eb031c57-8b5d-46cd-ac15-b3cde02c2a29)...

### Describe the bug Segmented control crash when you provide an Automation.Name. Here's example code ![Image](https://github.com/user-attachments/assets/9a8daf22-d43a-47df-b616-1a732cf1572e) 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...

bug
ux 🖌️