spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

Stepper - highlight finished step with check-icon #53

Closed MeMonsi closed 4 years ago

MeMonsi commented 5 years ago

Currently, there is no way to highlight a finished step with a "check-icon", right? (see example from material.io archive below)

I am using a linear, horizontal stepper and would love to indicate that step no. 1 is done, if step no. 2 is currently active.

image

spiegelp commented 4 years ago

@TheWurstbrot I'm having an idea for a clean solution for this feature. However it might introduce a breaking change. I will consider the feature along other breaking changes for an upcoming v3.0.0 release.

enrmadriv commented 4 years ago

I upgraded the NuGet Package to v 2.8.0 but I can't implement DoneIconTemplate yet.

spiegelp commented 4 years ago

@enrmadriv The new properties will be available with release v3.0.0.

spiegelp commented 4 years ago

@TheWurstbrot I did a pre-release with the new feature some moments ago. Please check it out to see if it fits your needs.