Table of Contents

Method AddStep

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

AddStep(WizardStep)

Adds a step to the wizard.

public void AddStep(WizardStep newStep)

Parameters

newStep WizardStep

The 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.