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

Version: MaterialDesignTheme 3.2 via Nuget VS2019: v16.8.2 I setup project following Getting Started. But the resources could not be resolved in designer, but it‘s ok when running. And use VS2015...

Waiting on feedback

### Bug explanation When calling the DragDelta event on the Thump element, an error occurs if the Thump element is captured from the edge and dragged. We need to remove...

bug
evaluation required

We just need to write information in the wiki about how to configure the language of an application that use MaterialDesignInXaml. - [ ] Update the Wiki Related issue :...

up-for-grabs
wiki
good first issue

I have been trying to use the TabControl style MaterialDesignFilledTabControl. When I try to use it, it results in binding issues. When I change that style to MaterialDesignNavigationRailTabControl all the...

bug

Below is a short example illustrating the issue. As long as your Text is shorter than your Hint, all is well. But when your Text exceeds your Hint, the Hint...

Waiting on feedback

Just a quick report: I've tried this one also on the demo application and it's reproduced there as well. It seems like that when a PopupBox is first created, its...

bug

I noticed some awkward behavior with the flipper where it seems to scale if the content shrinks (requires less space than before), in my case when a combobox selection is...

bug
Waiting on feedback

If combobox is at the bottom of screen (so popup opens not under it but in front of it) mouse click automatically selects item under cursor. You can reproduce it...

Waiting on feedback

I think this is a bug... **.../MaterialDesignThemes.Wpf/Snackbar.cs** ``` public static readonly RoutedEvent DeactivateStoryboardCompletedEvent = EventManager.RegisterRoutedEvent( nameof(DeactivateStoryboardCompleted), RoutingStrategy.Bubble, typeof(SnackbarMessageEventArgs), typeof(Snackbar)); public event RoutedPropertyChangedEventHandler DeactivateStoryboardCompleted { add => AddHandler(DeactivateStoryboardCompletedEvent, value); remove =>...

bug
evaluation required

Hello, I am trying to implement my own custom palette hues, but as seen in the photo the real color only matches when I remove the style and explicitly set...

question