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.
## Background Sample Options are the pane next to sample controls that allow users to manipulate the sample. This separate pane is either generated using attributes, or manually assigned with...
### Describe the bug In the following situation ``` ``` after using `animations:Implicit...`  before using it  ### Steps to reproduce ```text it seems that animation modify grid.row option....
### Describe the bug When a parent element of a segmented control is invisible at the loading of a view, the databinding is not triggered until it becomes visible. This...
This PR updates our CI to emit crash dumps and diagnostic logs, which should be uploaded as artifacts. Needed to diagnose https://github.com/CommunityToolkit/Windows/issues/347 See also https://github.com/microsoft/vstest/blob/main/docs/troubleshooting.md
### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the 'SwitchPresenter' sample will crash the app:  Exception message: > The text...
### Describe the bug When using Narrator, `GridSplitter` does not get properly announced. ### Steps to reproduce ```text Turn on Narrator and select a `GridSplitter` ``` ### Expected behavior It...
### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the ColorPicker sample will crash the app:  ``` at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr) at...
### Describe the bug As `DefaultSegmentedItemStyle` https://github.com/CommunityToolkit/Windows/blob/dec350be1dc1d7d9dda734f0de824d4f030aac35/components/Segmented/src/SegmentedItem/SegmentedItem.xaml#L627-L632 and `PivotSegmentedItemStyle` https://github.com/CommunityToolkit/Windows/blob/dec350be1dc1d7d9dda734f0de824d4f030aac35/components/Segmented/src/SegmentedItem/SegmentedItem.xaml#L861-L865 the `ContentHolder` hardcoded it's `Margin`, but https://github.com/CommunityToolkit/Windows/blob/dec350be1dc1d7d9dda734f0de824d4f030aac35/components/Segmented/src/SegmentedItem/SegmentedItem.xaml#L1061-L1066 `ButtonSegmentedItemStyle` using `Padding` property which come from `ButtonItemPadding` resource ### Expected behavior Add...
### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the 'AdvancedCollectionView' sample does not display items properly. The items are in the...
```[tasklist] ### Base Porting Checklist - [ ] Component name (to `CommunityToolkit.WinUI.Controls.TextToolBar`) - [ ] Redesign, following the latest WinUI design guidelines - [ ] Merge differences from UWP main...