You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The point of which would be to display a different view based on the active step.
However, I'm not sure whether it makes sense to implement the stepping control logic for switching views. It would be better to have some sort of stepper bar with a transition animation when an item is set to active. Changing views should be done outside of the library.
So, something like this would be pretty awesome and should support both MVVM and static XAML:
I'm currently trying to implement something like this, even though component design isn't my strong suit. The implementation for the MaterialDesignExtensions isn't clean, in my opinion, as it requires the displayed content to inherit a view model provided by the library.
A great addition to the component library would be a stepper control:
The point of which would be to display a different view based on the active step.
However, I'm not sure whether it makes sense to implement the stepping control logic for switching views. It would be better to have some sort of stepper bar with a transition animation when an item is set to active. Changing views should be done outside of the library.
So, something like this would be pretty awesome and should support both MVVM and static XAML:
I'm currently trying to implement something like this, even though component design isn't my strong suit. The implementation for the
MaterialDesignExtensions
isn't clean, in my opinion, as it requires the displayed content to inherit a view model provided by the library.Originally posted by @hailstorm75 in #7 (comment)_
The text was updated successfully, but these errors were encountered: