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

https://github.com/oozcitak/tabcontrol

A winforms control with multiple tabs.
https://github.com/oozcitak/tabcontrol

Last synced: 6 months ago
JSON representation

A winforms control with multiple tabs.

Awesome Lists containing this project

README

          

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

TabControl is a .NET control with multiple tabs. The control is based on [PagedControl](https://github.com/oozcitak/PagedControl).

The control has full designer support for adding/removing tabs and dragging child controls. It is also possible to programmatically add/remove pages by using the `Tabs` property of the control.

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

# Installation #

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

`PM> Install-Package TabControl`

# Documentation #

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