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

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...

enhancement
evaluation required

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...

bug

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...

enhancement
up-for-grabs

### 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...

bug
evaluation required

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...

enhancement
up-for-grabs

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...