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 I'm using C# WPF .NET Core 6 also Material Design Theme nuget, I have problem with DataGrid's Column Header Style I have Set a Style for Column...

bug
evaluation required

### Bug explanation ## Summary Changing the theme (light/dark) has no effect on component `Flipper` when it's background face is visible. ### Detected the following specs - MDIX Demo 4.9...

bug

### Bug explanation MaterialDesignTheme.Card.xaml --> Card Style --> Card ControlTemplate --> TemplateBinding Padding, has happened twice ...

bug
evaluation required

### Bug explanation After using the DialogHost. Show() method, if multiple rows (over 10000 rows) are selected in the DataGrid, it will seriously affect the rendering speed of the UI....

bug
dialoghost

### Bug explanation A very little program created with code from MaterialDesignToolKit shows no combobox ![2023-06-01_11h26_53](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/8895244/12c619b9-eee6-4369-a5fd-1a3934e5ee5c) [MaterialDesignPoc.zip](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/files/11623526/MaterialDesignPoc.zip) ### Version 4.9

bug
evaluation required

### Bug explanation I am nesting dialoghosts so that I can stack sub dialogs. It works great for our application. ``` ``` The issue I've found is when the application...

bug

### Bug explanation I have a `.net48` library (Autodesk Revit plugin) and I need to show window in new `AppDomain` (to avoid version conflict between different versions of `MaterialDesign` -...

bug
evaluation required

### Bug explanation [Machine translation, simple proofreading only] greeting,Today I encountered a memory leak problem in using MaterialDesign, the details of the problem are as follows: In some runtime environments...

bug
evaluation required

### Bug explanation The validation error text on the MaterialDesignFloatingHintTextBox (possibly other styles as well, not tested) renders outside of the textbox layout bounding box, causing issues where other controls...

bug
evaluation required

**Is your feature request related to a problem? Please describe.** In order to get better performance compared to RichTextBox, I display a FlowDocumentScrollViewer with a binding to a FlowDocument of...

enhancement
up-for-grabs