MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
### Bug explanation The hint, underline and cursor on TextBox and ComboBox go to primary brush when selected. The underline goes to primary on mouse over as well. If these...
### Bug explanation When using MaterialDesignTheme.ObsoleteBrushes.xaml to substitute the new colors to the old ones, the swap isn't good enough. For instance, some of the colors:  It can clearly...
### Bug explanation Before upgrade to 5.1.0, the corner radius in card control looks normalL:  But after upgrade to 5.1.0, you can see the corner radius is not working,...
### Bug explanation I upgraded recently to the latest version of Material Design and found out that hints in outlined textboxes are not moving up left side when the text...
### Bug explanation When trying to focus the `NumericUpDown` control via tab (or shift+tab) the `TextBox` is not focused, but rather the entire control itself:  ### Version 5.1.0
set IsTabStop to False on the default NumericUpDown control style
### Bug explanation Here is a project example https://github.com/mouawadma/MDIXExpanderIssue I am noticing that the expander animation is much slower when using it as part of a class library versus an...
Handle pressing shift and tab to move to the previous element. Even though it's breaking consistency, I intentionally decided against nesting the logic in multiple switch-case statements due to readability....
### Bug explanation If TimePicker control has keyboard focus, pressing Shift-Tab (move to previous tab stop) does not work. Pressing Tab (move to next Tab stop) works normally. ### Version...
### Bug explanation When using the TreeViewList control, if too much data is expanded, scrolling to the top will automatically collapse all content, and it cannot maintain the expanded state....