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.
### 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...
### 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...
### 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...
### 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:...
### 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...
### 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....
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...
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....
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....