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.
- Host: GitHub
- URL: https://github.com/oozcitak/tabcontrol
- Owner: oozcitak
- License: mit
- Created: 2018-12-24T13:00:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T17:43:43.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T18:42:44.791Z (11 months ago)
- Language: C#
- Homepage: https://oozcitak.github.io/TabControl/
- Size: 641 KB
- Stars: 27
- Watchers: 3
- Forks: 7
- 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/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.

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