MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

Google's Material Design in XAML & WPF, for C# & VB.Net.

Results 239 MaterialDesignInXamlToolkit issues
Sort by recently updated
recently updated
newest added

When using DialogHost in a `Style="{StaticResource MaterialDesignEmbeddedDialogHost}"` configuration, then when opening, the focus for the first focusable control doesn't seem quite right. It can be replicated using dialoghost Sample 2...

bug
evaluation required

Hello Guys, I have Tried to put a DataGrid in to an Expender Object. On the MADesign Style my App was crashed, with the Win Styled Expander the app is...

bug
Waiting on feedback

1) When having a DialogHost embedded in a Drawer control a strange behaviour can be seen when both are opened. Please see attached image which was captured using the latest...

bug
Waiting on feedback

When a ListBox item (row) is selected, it gets highlighted. When the list box loses focus, the opacity is reduced too much. The highlight of the selectedItem row becomes barely...

bug
evaluation required

The DialogHost tries to "re-focus" the item previously selected. This is the code for it: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/5533b50a6cff78cb75fbb52e16f7c9e06c62446c/MaterialDesignThemes.Wpf/DialogHost.cs#L268 This is very problematic, when the previous control was a `TabItem`, because Focus()ing a...

enhancement
evaluation required

I've noticed that drawer animations performance drops a lot when the window is maximized while using WindowChrome options with WindowStyle.None Adding this code to any window and maximizing it should...

bug

Hi, i found an issue in transitions when fast switching between 2 slides. the issue occurs when I switch to a different slide while the animation from the first slide...

bug

### Bug explanation After a quick click of two buttons, the transition animation appears blank as shown in the video. I'm not sure it's a problem. ### Version 4.5.0 https://user-images.githubusercontent.com/50199528/170613627-0b700fb9-e193-481d-a09f-ebe1a91e950c.mp4

bug
demo app

For my project I am currently writing a style for RadioButton that is styled as a ChoiceChip (https://material.io/components/chips#choice-chips) Currently I have the following result: ![image](https://user-images.githubusercontent.com/7225673/79998566-2142d400-84bb-11ea-847d-dd09c1540fbe.png) As you can see the...

bug

Hi, for grouped ListView items the ScrollViewer doenst scroll correctly. Seems like ScrollViewer.CanContentScroll isnt switched right, because the group is scrolled as a whole item which produces awkward results. Sample:...

bug