MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
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...
### 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...
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 :...
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...
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...
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...
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...
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...
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 =>...
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...