MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
### Bug explanation I am using MainDemo.WPF in source code. In Fields page, at the end of page, there are 2 TextBoxes with validation. When text is empty, The red...
### Bug explanation TL;DR: The `Transitioner` control is inspecting its descendants for controls that offer the `SelectionChanged` event and hooking their `SelectionChanged` events into its own. This seems like incorrect...
**Is your feature request related to a problem? Please describe.** This feature should definitely be added, as I myself had already been confused and even considered it a bug. See...
### Bug explanation Hi everyone, I'm making a WPF C# app with MaterialDesignThemes and i'm trying to change primary color. Everythings working properly but the border background of the window...
### Bug explanation When opening up a DialogHost using DailogHost.Show and passing a view receiving a System.Windows.Media.Animation.AnimationExceptionClock. I looked through the reported bugs and saw that someone had a similar...
**Is your feature request related to a problem? Please describe.** I am building a MultiSelectComboBox on top of the default WPF ComboBox, so that i can use as much of...
### Bug explanation Ratingbar will have performance problems in Tabcontrol, and I don't know if it can be optimized. I provided a demo to show how it happened: https://github.com/Red6789/AboutMaterialDesign/tree/main/RatingBarPerformance ###...
### Bug explanation There is a bug using the Transitioner FadeWipe. Circle-, Slide- and SlideOutWipe seem to behave correctly, FadeWipe on the otherhand stutters while transitioning and finaly hiding the...
### Bug explanation Recently updated app to Release 4.9 from 4.3. Controls within cards and controls displayed within DialogHost are rendering blurry compared to the other parts of my app...
Windows 11 is introducing Smart App Control. One of the security checks for apps is ensuring that the app and its binaries are signed. Because MaterialDesignInXamlToolkit does not sign its...