Jan Karger ツ ☀
Jan Karger ツ ☀
## Describe the changes you have made to improve this project - Add new attached property ControlsHelper.DisabledBorderBrush - Add new TextBox style values - TextControlBorderThemeThickness - TextControlThemePadding - TextControlBorderThemeThicknessFocused -...
First part for adding [ModernUI (MUI)](https://github.com/firstfloorsoftware/mui) styles to MahApps - [ ] Add MUI Styles and Brushes for official WPF Controls without any additional MahApps feature like ClearTextButton etc. -...
## Describe the feature Would it make sense to stop supporting .Net 4.5.2 and 4.6 right now? After all, the end date is April 2022. ## Additional context https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/#closing
## What changed? _Describe the changes you have made to improve this project._ Add own cloneable interface for easier handling: ```csharp /// /// Supports cloning like the ICloneable interface, which...
Minor enhancement for the lib. This would be nice, if we can see the allowed effect from the source when drop is not allowed and the target is the source....
Imported from https://github.com/MahApps/MahApps.Metro/issues/3223 IsAnyDialogOpen property is set to false although a child window is shown using the ShowChildWindowAsync by the MahApps.Metro.SimpleChildWindow extension ## What steps will reproduce this issue? ```...