MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

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

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

When ColumnVirtualization is on, (or both Row and Column virtualization) ``` EnableColumnVirtualization="True" ``` Visual Studio Debugger reports many binding errors in following properties, maybe some other as well: ``` DataGridCell.Foreground...

bug
up-for-grabs
evaluation required

Is it possible to remove the border at the bottom of a `MaterialDesignFilledDatePicker`? I can't find a way. I set the `BorderThickness` to 0 but the border is still visible....

bug
evaluation required

**Is your feature request related to a problem? Please describe.** A ToolBar always contains the area for the overflow, even there is no overflow at all. I am not sure...

enhancement
up-for-grabs

Using version 4.3.0, the default style `MaterialDesignToolToggleListBoxItem` for toolbar toggle button in non-selected enabled state can be easily mistaken as disabled state. By changing the `Opacity` property to 0.92 in...

enhancement
up-for-grabs

Example [here](https://github.com/AndyStagg/ComboBoxDemo) I have a ComboBox with a custom data template. When the drop down menu is open, the items display as expected (stretched across the span of the menu),...

bug
Waiting on feedback

The floating hint of a TextBox is cut off even if it looks like there is enough space available. The hint doesn't go to the end of the TextBox either...

bug

Hi, please add the possibility to modify the corner raduis for the combobox, datepicker and timepicker.

enhancement
up-for-grabs

DialogHost can throw exception when opening and closing dialog in quick succession. ## Background I have a view which is password protected. The password dialog is shown when the user...

bug
evaluation required

For the MaterialDesignFilledPasswordFieldPasswordBox style the hint will slides out if you have set font size for example on 16 and type a password in. The problem can be solved by...

Waiting on feedback

Hi, I started using DialogHost to popup a dialog to edit some properties of a currently selected item. However if I switch dialogs while the Edit dialog is displayed, and...

bug
evaluation required