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

HasClearButtonProperty small Feature Add plz

enhancement

It seems like when directly inside `ContentControl.ContentTemplate` for some reason the `e.Source` changes from the expected ComboBox/TextBox etc. to the button itself. The `sender` remains to be ComboBox/TextBox. Traced it...

bug
evaluation required

Under a particular set of circumstances involving Material Design in XAML, clicking the header of a `DataGrid` causes WPF to log nine warnings to `PresentationTraceSources.DataBindingSource`. As far as I can...

bug

When trying to "share window" in MS Teams, there is a lot of weird issues with display of dialogs/views with dialoghost. I assume it has to do with rendering of...

bug

the datagrid `MaterialDataGridComboBoxColumn` can't be used with keyboard when i get to the column with my keyboard by pressing "Tab" pressing any key to open the "drop down list" including...

bug
up-for-grabs

In MaterialDesignTheme.RaidoButton.xaml file, the canvas is large than viewbox, it will cause multi radio button look like oval, not circle. > three radio in uniform grid with 3 columns ![three...

bug
up-for-grabs

## Background I'm using the `MaterialDesignToolToggleListBox` for selecting one of up to three possible modes that can be available to the user. The current implementation of `MaterialDesignToolToggleListBox` will allow the...

enhancement

I'm adding an item containing a sub-item in a TreeView, then trying to expand the item and select the sub-item This is the item container: `ObservableCollection items = new ObservableCollection();`...

Waiting on feedback

Hello, As you can see on my screenshot, submenus (MenuItem) are not properly aligned. I don’t know if it’s intentional, but I think it's an issue. ![image](https://user-images.githubusercontent.com/54487782/101797198-0a182b80-3b0a-11eb-9231-cacc294e81b5.png)

bug
up-for-grabs