Library for easy creation of Custom Wizards, Aero Wizards, and Wizard97 style wizards. It strictly follows Microsoft guidelines and uses Visual Styles to get visual theming where possible.
The control can be downloaded from the project site, via NuGet as Windows Forms Aero-Wizard Control, or from within Visual Studio by adding a "New Item" to your Window Forms project, selecting Online, Templates, and searching for "Windows Forms Wizard Templates".
This VSIX provides three templates:
Aero Wizard form
Custom Wizard form
Wizard 97 form
The assembly provides three main controls:
WizardPageContainer - Allows for easy creation of a custom wizard. It manages page creation at design-time and navigation using user defined buttons.
WizardControl - Builds on the container to provide the full Aero Wizard experience. The wizard visual format pulls from the current system theme. As a result, this wizard will correctly morph on each OS. Under XP, it will provide a old, pre-Aero, look and feel. Under Vista, Win7 and Win8, it will take on the appearance defined by the OS.
StepWizardControl - Extends WizardControl to include a step list that indicates current position through the flow.