MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
I tried Styling Outlined TextField but I can't bypass Hint Assist Background : ``` ```
When a value is set for BorderThickness, the TextBox changes its size when the mouse is over. If I remove BorderThickness and leave the default value for the style, this...
I'm trying to change the size of my ComboBox border in the TextBox, I just set a BorderThickness value and it will be applied in the normal TextBox, IsMouseOver and...
Have some of you seen this before? Version 3 
### Bug explanation when a userControl is added with xaml directly, the validation rules used inside the UC works just fine, but when the same UC is loaded via binding...
### Bug explanation When I click twice on a field, its entire row becomes grey and my clicks on the field are ignored (can't edit the value), until I click...
### Bug explanation ## Summary I have a ProgressBar contained in a mdix Card that have corner radius set. Starting from v4.3.0, I've noticed that the ProgressBar now visually overflows...
```c# ```   The ProgressBar keeps scaling even if I specified the size of Grid and ProgressBar (as the code above) ### Environment VS 2019 .NET 5.0 MaterialDesignThemes 4.3.0(from...
Error message for `MaterialDesignOutlinedTextBox` should has same margin/padding as `HelperText`.   ``` ``` Side note: I think that the issue is connected with PR https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/pull/2217 that fixed the padding...
Reproduction: - start MaterialDesignDemo app from the Demos folder in the solution - switch to Cards view and check color of the Flipper and its child ColorZone being violet and...