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.
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.  _Originally posted by @lukasf in https://github.com/CommunityToolkit/Windows/discussions/383#discussioncomment-8987733_ > Second issue I noticed: SettingsExpander is still not working on...
## 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...
## Fixes Fix `DockPanel` measuring bug ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior?  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...
### 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...