MaterialDesignExtensions
MaterialDesignExtensions copied to clipboard
Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
I am trying to use stepper but it always shows this error System.Windows.ResourceReferenceKeyNotFoundException: ''MaterialDesignStepNumberIconTemplate' resource not found.' what is that? 
fixing build warning as mentioned in #177 by renaming "ru-ru" to the expected ISO language code "ru-RU"
Sort by creation, modification date, file size。
Severity Code Description Project File Line Suppression State Warning NETSDK1187 Package MaterialDesignExtensions 3.3.0 has a resource with the locale 'Ru'. This locale has been normalized to the standard format 'ru'...
Is the project dead? I've started removing this extension from my projects as it's unusable with the latest version of material design
I think the problem is that the version of "MaterialDesignThemes.Wpf" used by "MaterialDesignExtensions" is inconsistent. How should I solve the problem of compatible versions? Thank you 
Hi, I want to add a context menu to each of the suggestions, preferably with a binding to the item. How can I customize the Itemtemplate to achieve this?
Is there a way to either add a horizontal scrollbar to the Autocomplete or automatically adjust the width such that long items in the Popup are not trimmed? I appreciate...
Hamburger menu If it is possible to create an independent one, it would be perfect, displayed directly on the left or right side, with a button at the top of...
**Reproduction** In any app running MaterialDesignThemes 5.1.0 and MaterialDesignExtensions 3.3.0, attempt to use the TabControlStepper. Run application and encounter runtime exception  Minimum reproduction code: https://github.com/CalebBe-2253/MaterialDesignExtensionStepperIssue It appears that this...