Hi dear community !
I'm trying to learn to implement the wizard form pattern similar to what is implement in the standard form named: "WMSLocationWizard".
The form looks nice and it has great use cases through user guidance idea, but somehow I'm unable to find any detailed documentation regarding how to implement this form pattern (Wizard).
After reviewing the form example in "WMSLocationWizard" form, I'm still unable to locate the controls for the next and back buttons on the form design.
Also, I'm unable to locate the stage control (little circles that indicates which stage you are at right now in the wizard process).
Following the pattern design requirements on Visual Studio, I found out that this form consists of tab pages. And each page represents a different tab page.
But I'm unable to locate where the logic for the "Next" and "Back" buttons is implemented. The same for the stages circles control.
Screenshot:
Where the "Next" and "Back" buttons logic is implemented?
I want to know how to switch tab pages.
If there are any guides on how to implement the wizard form pattern, it would be helpful !
Any advice is appreciated !
Thanks in advance !