WizardControl is a .NET control with multiple pages for a wizard user interface. The control is based on PagedControl.
The control has full designer support for adding/removing pages and dragging child controls. It is also possible to programmatically add/remove wizard pages by using the Pages property of the control.
If you are using NuGet you can install the assembly with:
PM> Install-Package WizardControl
Please see: https://oozcitak.github.io/WizardControl/ and https://oozcitak.github.io/PagedControl/

