https://github.com/oozcitak/pagedcontrol
A winforms control with multiple pages.
https://github.com/oozcitak/pagedcontrol
Last synced: 6 months ago
JSON representation
A winforms control with multiple pages.
- Host: GitHub
- URL: https://github.com/oozcitak/pagedcontrol
- Owner: oozcitak
- License: mit
- Created: 2018-11-26T08:36:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T12:24:42.000Z (over 6 years ago)
- Last Synced: 2024-10-29T18:43:12.639Z (12 months ago)
- Language: C#
- Homepage: https://oozcitak.github.io/PagedControl/
- Size: 763 KB
- Stars: 15
- Watchers: 3
- 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/PagedControl)
[](https://ci.appveyor.com/project/oozcitak/pagedcontrol)PagedControl is a .NET control with multiple pages for hosting child controls. The control is devoid of any decorations except an optional border. It can be used as a paged panel control. Or, the control can be extended for a specific purpose, like a [tab control](https://github.com/oozcitak/TabControl) or a [wizard control](https://github.com/oozcitak/WizardControl).

The control has full designer support for adding/removing pages and dragging child controls.
# Installation #
If you are using [NuGet](https://nuget.org/) you can install the assembly with:
`PM> Install-Package PagedControl`
# Documentation #
Plase see: https://oozcitak.github.io/PagedControl/