Link: https://material.io/guidelines/components/steppers.html
Is there any plan to include a stepper into one of the upcomming releases?
I'm not sure, but @spiegelp extended this library with a Stepper implementation: https://github.com/spiegelp/MaterialDesignExtensions
thank you very much for the hint - I'll have a look!
@ver0nikadataformers Hi, the Stepper in https://github.com/spiegelp/MaterialDesignExtensions is a complex version heavily using MVVM to provide data validation hooks. It would crash the scope of this library. The Stepper in this project is a simple implementation based on TabControl and does not provide these features. Therefore it is easier to use .
I already saw that upon review. And for my project I only need the simple stepper tabcontrol - but thank you very much for your answer!
@spiegelp
The Stepper in this project is a simple implementation based on TabControl and does not provide these features. Therefore it is easier to use .
Where is the stepper in this (MDIX) project?
Most helpful comment
I'm not sure, but @spiegelp extended this library with a Stepper implementation: https://github.com/spiegelp/MaterialDesignExtensions