MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
Fixes #3695 Fixes #3698 I was not able to track down exactly why the timing issue occurs, but it is evident in the first issue mentioned above, that the same...
Hello everybody, this is my first feature request so please be kind if I am writing something stupid. I have noticed that in using the ToolBar, if I change the...
I added a `Card` showcasing the linked bug in the demo app (make sure to remove it if this PR gets merged). When removing the `Background="{TemplateBinding Background}"` of the nested...
### Bug explanation I have a window style called WindowStyle, after upgrading from 4.9.0 by 5.1.0 light bars appeared in the corners with the parameter UniformCornerRadius= "10", which is very...
I need TabAssist.BindableIsItemsHost within a custom style and therefore it should be public. Can we change this? #### workaround: copied the code and use it in my code as custom...
### Bug explanation When using a `PackIcon` inside of the header of a `TabItem`, the PackIcons foreground is initially not set correctly. Once you switch the tabs the foreground fixes...
This idea came from this ticket, which turned out to be a new .NET behavior: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/3677 Basically would like to see a toggle/checkbox styled for `ToolBar`. Meaning, it looks just...
F to M Converters. Use pattern matching where appropriate.
NumericUpDown control support int and decimals value, and the value for each increase or decrease can be set.
In one of my apps I needed a RichToolTip and I noticed the demo app doesn't have a page to showcase Tooltips. This PR: 1. adds a showcase of how...