An open API service indexing awesome lists of open source software.

https://github.com/oozcitak/wizardcontrol

Wizard control for winforms
https://github.com/oozcitak/wizardcontrol

Last synced: 6 months ago
JSON representation

Wizard control for winforms

Awesome Lists containing this project

README

          

[![License](http://img.shields.io/github/license/oozcitak/wizardcontrol.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Nuget](https://img.shields.io/nuget/v/WizardControl.svg?style=flat-square)](https://www.nuget.org/packages/WizardControl)

WizardControl is a .NET control with multiple pages for a wizard user interface. The control is based on [PagedControl](https://github.com/oozcitak/PagedControl).

![WizardControl in Designer](https://raw.githubusercontent.com/wiki/oozcitak/WizardControl/WizardControl.designer.png)

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.

![WizardControl in Use](https://raw.githubusercontent.com/wiki/oozcitak/WizardControl/WizardControl.in_use.png)

# Installation #

If you are using [NuGet](https://nuget.org/) you can install the assembly with:

`PM> Install-Package WizardControl`

# Documentation #

Please see: https://oozcitak.github.io/WizardControl/ and https://oozcitak.github.io/PagedControl/