Method AddStep
AddStep(WizardStep)
Adds a step to the wizard.
public void AddStep(WizardStep newStep)
Parameters
newStepWizardStepThe step to add. Steps are navigated in the order added.
Remarks
The wizard automatically sizes to accommodate the largest step. All steps are resized to match the maximum width and height.