/TabControl

A winforms control with multiple tabs.

Primary LanguageC#MIT LicenseMIT

License Nuget

TabControl is a .NET control with multiple tabs. The control is based on 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

Installation

If you are using NuGet you can install the assembly with:

PM> Install-Package TabControl

Documentation

Please see: https://LordKBX.github.io/TabControl/