Add Wizard Controls

The wizard should be created in a manner such that the user is presented with a small number of inputs for each wizard step. Each wizard step can be created either using controls on the wizard or with forms defined elsewhere in the application.

To create wizard steps and connect layout to each step you must first add controls that should be shown by the wizard.

  1. In the Visual Studio designer, select the wizard.
  2. Select the type of control in the toolbox that you want to add.
  3. Drag the control to the intended place on the designer view. The control is created without data binding.
  4. Adjust the settings in the properties window for the control, to make the control appear and behave as intended.

Note: When creating a new wizard the AutoResizeButtons property has to be set to "true". For more information refer to Setting AutoResizeButtons.