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 Th in conjuction with `ObservableGroup`  ### 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...
### 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...
### Describe the bug  ### Steps to reproduce ```text Create a blank Uno app Add a `RangeSelector` to the main page Launch WASM head ``` ### Expected behavior No...
### 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...