Tab control provides a simple and intuitive interface for the tab navigation system. It includes some very useful features. It can easily lay out and orient tabs any way you wish, and implement multiline tabs, editable header labels, tab scroll buttons, tab context menus, and much more.
The tab strip of the control can be aligned to all four sides by using the tab strip placement
This feature allows you to arrange the tab items in multiple rows.
This feature allows you to edit the tab item header at run time.
Tab control allows you to change the selected item by selecting a menu item from the tab list context menu.
The control provides the new button to add new tab items. Template and style for new button can be overridden by using the NewButtonTemplate and NewButtonStyle properties. NewButtonBorderThickness and NewButtonBackground can be used to specify the border thickness and background for new button.