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 I'm using the proposed [`IsSuggestionListOpen`](https://github.com/CommunityToolkit/Windows/issues/256) . But there is something strange happening: after creating a Token, doing a keystroke so that a new `SuggestedItems `will be...

bug
components::controls::tokenizingtextbox

### Describe the bug If a Token is selected (higlighted with blue) it will loose that focus and higlight if the `AutoSuggestTextBox `gets the focus. But if the TokenizingTextBox looses...

bug
ux 🖌️
components::controls::tokenizingtextbox

### Describe the bug `**TokenizingTextBoxItem.AutoSuggestBox.cs** ` **`AutoSuggestBox_TextChanged()`** wrong ` bool lastDelimited = t[t.Length - 1] == Owner.TokenDelimiter[0];` correct `bool lastDelimited = t.EndsWith(Owner.TokenDelimiter);` ### Regression _No response_ ### Reproducible in sample...

bug
components::controls::tokenizingtextbox

### Describe the bug when `StartAnimationAction`'s `Animation` binding to a element with ElementName which has not been "loaded", if the animation is triggered, it will throw a exception ``` System.ArgumentNullException:...

bug
need more info :pushpin:
components::animations

### Describe the bug There is one location in the codebase where CS0114 is suppressed. The base class does not have this member, so my guess is the suppression is...

### Describe the bug While this ```cs AdvancedCollectionView acv = new AdvancedCollectionView(); acv.Add(null); ``` is working as the underlying source is an IList which supports this behaviour, all the methods...

bug
components::collections

### Describe the bug When running an unpackaged WinUI 3 Windows App SDK application via `dotnet build && dotnet run` in a Terminal, WCT SettingsCard widgets do not display correctly....

bug
need more info :pushpin:
external :arrow_heading_up:
components::controls::settingscontrols

Not sure if this was discussed already somewhere else ... But (now) I use the prerelease v8.0.230823-rc of this repository (Same issue occurred with last 'experimental' version 0.0.18 from the...

bug
documentation
components::controls::settingscontrols

Flagged in WinUI-Gallery repo: **Pre-Requisite:** Turn on narrator with shortcut key "win+ctrl+Enter" key. **Repro-Steps:** Launch the WinUI app. Navigate to search box using tab key. Type “Colors” and hit enter....

bug
accessibility :accessibility:
components::controls::segmented

Flagged in WinUI-Gallery repo: **Pre-Requisite:** Turn on narrator with shortcut key "win+ctrl+Enter" key. **Repro-Steps:** Launch the WinUI app. Navigate to search box using tab key. Type “Colors” and hit enter....

bug
accessibility :accessibility:
components::controls::segmented