MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
### Bug explanation In app.xaml when I add ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.ToggleButton.xaml" getting this error Cannot locate resource 'themes/materialdesign3.togglebutton.xaml'. Others for example MaterialDesign3.NavigationRail.xaml works well. ### Version 4.5
### Bug explanation Hello everyone, Just came across a lot of those messages in my output window: (Currently running on .NET Framework 4.8) - System.Windows.ResourceDictionary Warning: 9 : Resource not...
### Bug explanation I have the following code: ```xml ``` If the initial value was black, it cannot be changed. Any change from the UI to the converter will always...
### Bug explanation I'd like to disable the transition of the `DialogHost` and at the same time, use the style `MaterialDesignEmbeddedDialogHost`. ``` ``` Together with `md:TransitionAssist.DisableTransitions="True"` and `MaterialDesignEmbeddedDialogHost` everything Is...
### Bug explanation > Normal:  Abnormal:  ### Display abnormal graphics cards Intel(R) UHD Graphics 730 Intel(R) Iris(R) Xe Graphics If I disable the graphics card, it can display...
### Bug explanation Whenever I click on menuitem header it becomes wider and wider while the main page is full screen.  ### Version 4.5.0
### Bug explanation Is anyone here having the same problem when using `INotifyDataErrorInfo` where the **Error Message** of the **TextBox** is overflowing? No issue when using `ValidationRules` at all. I...
This is to support the new theme brush names alongside of the old ones until the 5.0 release. This will give people time to adjust from the old brush names...
Right now there is not a good standardization of brush name, or how to add new brushes to the theme. These have also deviated from the [latest material design guidance](https://material.io/design/color/the-color-system.html#color-usage-and-palettes)....
First this is not ready to go as is, and needs some input. It is to complement the paper variant buttons added previously. The goal as with the paper buttons...