MaterialDesignExtensions icon indicating copy to clipboard operation
MaterialDesignExtensions copied to clipboard

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps

Results 82 MaterialDesignExtensions issues
Sort by recently updated
recently updated
newest added

I am trying to use stepper but it always shows this error System.Windows.ResourceReferenceKeyNotFoundException: ''MaterialDesignStepNumberIconTemplate' resource not found.' what is that? ![image](https://github.com/spiegelp/MaterialDesignExtensions/assets/151910954/845a47f2-e6b2-483b-8908-77398040ee36)

fixing build warning as mentioned in #177 by renaming "ru-ru" to the expected ISO language code "ru-RU"

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 ![1](https://github.com/spiegelp/MaterialDesignExtensions/assets/107231008/34b36d7c-c930-4652-a4bd-0fbb9d46638b)

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 ![image](https://github.com/user-attachments/assets/57ecd967-eecd-4e49-9951-70ded9b53739) Minimum reproduction code: https://github.com/CalebBe-2253/MaterialDesignExtensionStepperIssue It appears that this...