xaml
Here are 1,187 public repositories matching this topic...
A cross-platform UI framework for .NET
-
Updated
Jun 24, 2022 - C#
Bug explanation
See:
MaterialDesignInXAML/MaterialDesignInXamlToolkit#2728
The foreground color seems incorrect in the DropDownMenu of DataGridComboBoxColumn when the ScrollBar is visible.
It can be observed in the demo application.
With ScrollBar:
, which includes 20+ UI controls for developers building UWP applications.
-
Updated
May 12, 2022 - C#
Visual Studio extension to help format your XAML source code
-
Updated
Jun 22, 2022 - C#
Improve this page
Add a description, image, and links to the xaml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xaml topic, visit your repo's landing page and select "manage topics."


What's the Problem?
Currently if you are in the middle of a search and press escape, the app treats it like enter and continues the search. This goes against the escape button's supposed behavior.
Solution/Idea
Pressing escape should cancel the search.
Alternatives
Using the mouse to cancel the search.
Priorities