MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
### 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 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 explanation MaterialDesignTheme.Card.xaml --> Card Style --> Card ControlTemplate --> TemplateBinding Padding, has happened twice ...
### 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 explanation A very little program created with code from MaterialDesignToolKit shows no combobox  [MaterialDesignPoc.zip](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/files/11623526/MaterialDesignPoc.zip) ### Version 4.9
### 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 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 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 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...
**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...