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

Enables Native AoT functionality when running under .NET 8 in preparation for the WinAppSdk 1.6 release with NativeAoT support.     Prerequisite PR: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/190

The SettingsExpander is not showing title or description when running on Wasm. ![image](https://github.com/CommunityToolkit/Windows/assets/9384894/e3d7e942-e6a6-4404-9801-2d64f9d42e63) _Originally posted by @lukasf in https://github.com/CommunityToolkit/Windows/discussions/383#discussioncomment-8987733_ > Second issue I noticed: SettingsExpander is still not working on...

bug
Uno

## Fixes ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the current behavior? Wrongly suggests to close `Page` tag in...

### Describe the bug i want to filter/search in a treeview, i am using AdvancedCollectionView however it seems that only first top level items can be searched, i added a...

### Describe the bug ListViewExtensions.AlternateColor only gets applied on hover over the item on WinUI3 1.0 ### Regression _No response_ ### Reproducible in sample app? - [X] This bug can...

help wanted

## Fixes Fix `DockPanel` measuring bug ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? ![image](https://github.com/CommunityToolkit/Windows/assets/62325494/0b02871e-69e7-4536-b1cc-197aff4dabbb) When set `H/V Spacing`...

This PR commits the changes that fixed the doc warnings reported by https://github.com/MicrosoftDocs/CommunityToolkit/pull/393#issuecomment-2086275811.

### Describe the bug Let's align inner content too; otherwise, it looks ugly when you collapse fully. ### Steps to reproduce ```text 1. Use calc app going to Settings page....

This PR updates our tooling to use the PackageId as the AssemblyName for components. It required changes in both Tooling and any components with a custom PackageId due to the...

blocked

### Describe the bug The `ColorPicker`/`ColorPickerButton` has a binding failed issue (When use `{x:Bind}` on `ColorPicker.Color` or `ColorPickerButton.SelectedColor`): ``` CommunityToolkit.WinUI.Controls.ColorPicker Color Microsoft.UI.Xaml.Controls.GridView.SelectedValue Object Converter failed to convert value of type...

bug