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

### Describe the bug ``` class Video { public int id; public (int, uint, int, int, int, uint) SortValue { get; set; } } ObservableCollection _screenCollection = new(); AdvancedCollectionView AdvancedCollectionView...

bug
components::collections

### Describe the bug `Debounce(immediate: true)` does not work with a default timer. When a timer is created, `IsRepeating` is set to true by default. This breaks the logic of...

documentation
sample app 🖼️
components::controls::primitives
components::controls::rangeselector

enhancement
testing 🏗
components::media

```[tasklist] ### Base Porting Checklist - [x] Update namespace (to `CommunityToolkit.WinUI.Shadows`) - [x] Merge differences from UWP main to WinAppSDK - [ ] Import original doc or setup new doc....

enhancement
Priority-1
components::extensions

## TODO ```[tasklist] ### Base Porting Checklist - [x] Component/package name (`CommunityToolkit.WinUI.Extensions`) - [x] Namespace `CommunityToolkit.WinUI` - [x] Merge differences from UWP main to WinAppSDK / Uno forks - [x]...

Priority-1

## TODO ```[tasklist] ### Base Porting Checklist - [x] Update namespace (to `CommunityToolkit.WinUI.Converters`) - [ ] Merge differences from UWP main to WinAppSDK, Uno Platform fork - [x] Import original...

enhancement
Priority-1
components::converters

```[tasklist] ### Initial Port - [x] Update namespace (to `CommunityToolkit.WinUI.Controls`) - [x] Ignore `AdaptiveGridView` for now - [x] Merge differences from UWP main to - [x] WinAppSDK - [x] Uno...

enhancement
Priority-1
components::controls::primitives