MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.18k stars 3.43k forks source link

Fix for wrong outline border on ComboBox #3625

Closed nicolaihenriksen closed 4 months ago

nicolaihenriksen commented 4 months ago

Fixes #3623

Added a test to reproduce the issue, and then fixed the issue by only conditionally modifying the OuterBorder.BorderThickness

ComboBoxFix