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

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

documentation
sample app 🖼️
ux 🖌️

### Describe the bug In the following situation ``` ``` after using `animations:Implicit...` ![image](https://github.com/CommunityToolkit/Windows/assets/9213496/a4f09513-92be-4217-b258-d8e4672624fc) before using it ![image](https://github.com/CommunityToolkit/Windows/assets/9213496/f7b865a3-1d52-42ce-bef5-5b83c00ccdd5) ### 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: ![image](https://github.com/user-attachments/assets/72db4f55-a64f-41a4-b502-5aaee45f616b) Exception message: > The text...

bug
sample app 🖼️
regression
nativeaot

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

accessibility :accessibility:

### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the ColorPicker sample will crash the app: ![image](https://github.com/user-attachments/assets/7984e926-a074-49d4-b799-0aa01d5e229b) ``` at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr) at...

bug
sample app 🖼️
regression
nativeaot

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

bug
sample app 🖼️
regression

```[tasklist] ### Base Porting Checklist - [ ] Component name (to `CommunityToolkit.WinUI.Controls.TextToolBar`) - [ ] Redesign, following the latest WinUI design guidelines - [ ] Merge differences from UWP main...

Priority-2