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 SettingsExpander is used in WinUI3 Gallery, and the element does not pass the accessibility insights scan. I believe the fix is from Toolkit side to bind...

bug
accessibility :accessibility:
components::controls::settingscontrols

We should have a meta-package like we did in the original repo that is just a pointer that contains all the sub-packages of controls. That way you can include a...

enhancement

Known Issues: - Markdown Table in Attached Shadow Overview doesn't render - DocFX call outs don't render nice Hoping we can just swap to the new control from Labs -...

bug
documentation
sample app 🖼️
ux 🖌️

While cleaning up the docs I noticed this doc is a mismatch of a couple of topics. Part of it should go in the animations package for `AnimationSet` and the...

documentation

### Describe the bug Implicit animations do not work when being used from inside a data template of a listview or gridview item. ### Regression _No response_ ### Reproducible in...

bug
components::animations

> 8> H:\code\CommunityToolkitWindows\components\Behaviors\heads\Uwp\Behaviors.Uwp.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'Type universe cannot resolve assembly: CommunityToolkit.WinUI.Animations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null.' Not too sure what's going on here,...

blocked
sample app 🖼️
dev loop ➰
components::behaviors

For #195 Test adding the Store SDK like we have in current sample app in Store. Cleaned up a bit. Wanted to test in CI as having trouble packaging app...

sample app 🖼️

### Overview To implement an IncrementalLoadingCollection, you need: 1. [IIncrementalSource](https://github.com/CommunityToolkit/dotnet/blob/main/src/CommunityToolkit.Common/IncrementalLoadingCollection/IIncrementalSource.cs) from the dotnet repo, `CommunityToolkit.Common` namespace 2. [IncrementalLoadingCollection](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp/IncrementalLoadingCollection/IncrementalLoadingCollection.cs) from the WindowsCommunityToolkit repo, `Microsoft.Toolkit.Uwp` namespace. The API design is quite dated...

enhancement
feature request :mailbox_with_mail:
components::collections

### Describe the problem I'm using the TokenizingTextBox to implement an advanced quick search in my application. When a user starts typing, they first get a list of fields they...

enhancement
feature request :mailbox_with_mail:
components::controls::tokenizingtextbox

We should have the following for the Animations package: ```[tasklist] ### Tasks - [ ] Port existing AnimationSet/ImplicitAnimationSet/AnimationBuilder/Connected/ItemsReorderAnimations docs - [ ] Better introductory guidance on getting started with Animations...

documentation
enhancement
components::animations