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
- Host: GitHub
- URL: https://github.com/oozcitak/wizardcontrol
- Owner: oozcitak
- License: mit
- Created: 2018-11-14T08:30:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T12:22:21.000Z (over 6 years ago)
- Last Synced: 2024-10-29T18:44:39.862Z (12 months ago)
- Language: C#
- Homepage: https://oozcitak.github.io/WizardControl/
- Size: 707 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](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).

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.

# 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/