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 Th in conjuction with `ObservableGroup` ![Screenshot 1](https://github.com/CommunityToolkit/Windows/assets/366038/a8b89c1c-ef8b-4000-8045-c9e4a54de063) ### Steps to reproduce Basically use the example xaml from the _MVVM Toolkit Sample App_, and add the `StickyHeaderBehavior`...

### Describe the bug CommunityToolkit.WinUI.UI.FrameworkElementExtensions.FindChild throw System.InvalidCastException when a view contains CollectionView ### Steps to reproduce ```text create a view with ListView create CollectionView with CollectionView.Source = IEnumerable where T...

## Fixes #386 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? There is a square around Thumbs ## What...

### Describe the bug In a WinUI 3 app, adding the `CommunityToolkit.WinUI.Controls.SettingsControls` NuGet package breaks the rendering of a `SelectorBar` control. The `SelectorBar` visually malfunctions after the package is installed,...

### Describe the bug https://github.com/CommunityToolkit/Windows/blob/main/components/Behaviors/src/Animations/StartAnimationAction.cs ```csharp /// /// Identifies the dependency property. /// public static readonly DependencyProperty TargetObjectProperty = DependencyProperty.Register( nameof(TargetObject), typeof(UIElement), typeof(StartAnimationActivity), new PropertyMetadata(null)); ``` My program throw an...

### Describe the bug I have an WinUI project which using CommunityToolkit controls (SettingsControls etc.) After upgrade the WindowsAppSDK to 1.5, and using Selectorbar control in a new page, run...

### Describe the bug When a SettingsCard's content is a button, it automatically sets its `AutomationProperties.Name` value to the button's content (as we can see [here](https://github.com/CommunityToolkit/Windows/blob/main/components/SettingsControls/src/SettingsCard/SettingsCard.cs#L100)). This is not always...

accessibility :accessibility:

### Describe the bug With narrator one and scan mode on, the `command` is not invoke when enter is pressed on the card. However, with narrator is on and scan...

accessibility :accessibility:

### Describe the bug ![image](https://github.com/CommunityToolkit/Windows/assets/2365592/f88ef865-e270-414a-91c7-31656a11b5fb) ### Steps to reproduce ```text Create a blank Uno app Add a `RangeSelector` to the main page Launch WASM head ``` ### Expected behavior No...

ux 🖌️
external :arrow_heading_up:
Uno

### Describe the bug When using the narrator on an app with SettingCards no clickable and with a controls in the content, the narrator behaves differently depending on the control...

help wanted
ux 🖌️
accessibility :accessibility:
components::controls::settingscontrols