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

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.

Awesome Lists containing this project

README

          

[![License](http://img.shields.io/github/license/oozcitak/pagedcontrol.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Nuget](https://img.shields.io/nuget/v/PagedControl.svg?style=flat-square)](https://www.nuget.org/packages/PagedControl)
[![Build status](https://ci.appveyor.com/api/projects/status/u00t9bmcisqit8q7?svg=true)](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).

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

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/