MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

Google's Material Design in XAML & WPF, for C# & VB.Net.

Results 264 MaterialDesignInXamlToolkit issues
Sort by recently updated
recently updated
newest added

### 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
evaluation required

### 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: ![LgSprYsEft](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/58171461/696d602e-abb1-43a7-b139-67e3a8be1d60) It can clearly...

bug
evaluation required

### Bug explanation Before upgrade to 5.1.0, the corner radius in card control looks normalL: ![original](https://github.com/user-attachments/assets/c39786bb-4d10-49d0-9d46-df6dc8f9deff) But after upgrade to 5.1.0, you can see the corner radius is not working,...

bug
evaluation required

### 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
Waiting on feedback
evaluation required

### 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: ![NumericUpDownFocusBug](https://github.com/user-attachments/assets/d0aeb461-4161-4875-9545-b31a5abe0141) ### Version 5.1.0

bug
evaluation required

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...

bug
evaluation required

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
evaluation required

### 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....

bug
evaluation required