MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
This is probably something I'm doing wrong, but it appears when clearing the value from a TextBox that has a ValidationRule attached, it will not trigger to update the bounded...
I use wpf MaterialDesignInXamlToolkit combobox in my project. I want to change combobox popup top and bottom margin. please add this feature
This draft PR is intended as a place for discussing the approach I am currently taking for the rework of the styles using `SmartHint` (`TextBox` being the first one). Sorry...
for now we have to use: and you could add property like: HintAssist.FloatingHintHorizontalAlignment effect when the text will flot.
Fixes #3430 ### UPDATE The outstanding issue we have with this PR is the fact that calling code can effectively set a (card) style, but several properties from that style...
### Bug explanation DialogHost set CornerRadius="18"; DrawerHost set LeftDrawerCornerRadius="18,0,0,18" OverlayBackground="Red"; When IsLeftDrawerOpen is open,OverlayBackground not have CornerRadius.   ### Version 4.9.0
### Bug explanation Combox context user HorizontalContentAlignment="Center" is invalid ### Version 4.9.0
### Bug explanation Hello. I decided to write a program using your styles. I connected them to resources and started using them. As a result, I noticed when the computer...
In my case,  i want to shrink the datagrid combobox like this.  how i can do like this??
### Bug explanation To reproduce this bug, create a Winform app (tested in .NET 8), add an Elementhost (add from code behind since it is not in the Toolbox anymore...)...