MahApps.Metro
MahApps.Metro copied to clipboard
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
## Describe the bug i try to binding status ,and when keydown change status value. but OnHotKey method and propertyChanged event was not display status value to window; ## Steps...
## Describe the bug Compared to the built-in WPF checkbox style, the rendering performance is really bad. Perhaps due to the massive amount of attached properties? I saw some PRs...
## Describe the changes you have made to improve this project - Add new attached property ControlsHelper.DisabledBorderBrush - Add new TextBox style values - TextControlBorderThemeThickness - TextControlThemePadding - TextControlBorderThemeThicknessFocused -...
This PR updates ControlzEx to version 6.0. Because of this i also added a dependency to CSWin32 as ControlzEx does no longer expose any win32 APIs.
## Describe the bug NewUpperValue is not updated correctly in the RangeSelectionChanged event. ## Steps to reproduce RangeSlider set with value 0-9999, when moving the range selection upper value to...
## Describe the bug For some reason, a `MetroWindow` isn't seen as a Window by applications like Screen2Gif and WinSnap. ## Steps to reproduce 1. Install WinSnap or Screen2Gif 2....
**Describe the changes you have made to improve this project** The idea for the demo recieved more positive votes than I thought. For this reason I implemented what I have...
**Describe the changes you have made to improve this project** Provides colors, brushes and styles for the official controls implemented in ModernUI. Buttons:   Checkboxes:   Radiobuttons: ...
Support for declaring a popover inspired by Github's and Twitter Bootstrap's popover functionality. Works great with Toggle buttons as per example (checkout other tab in app)! **Note:** If used inside...
## Describe the bug A metro window that opens another metro window modelessly using .Show() stays top most when the modeless window is minimised. ## Steps to reproduce See attached...