Skip to main content

TabControl

A TabControl contains tab pages, which are represented by TabPage objects that you add through the TabPages property. The order of tab pages in this collection reflects the order the tabs appear in the control.

TabControl Example

info

For a full list of properties, methods and events see the API documentation.

Features

Movable Tabs

When AllowUserToMoveTabs is set to true, the user is able to rearrange the tab pages at runtime.

TabControl with movable tabs

Orientation

The TabControl can be configured to display the tabs in a Horizontal or Vertical manner. The default orientation is Horizontal.

TabControl with Horizontal orientation

TabControl with Vertical orientation

Advanced

JavaScript Widget

ItemDescription
Class name"wisej.web.TabControl"
Theme appearance"tabview", see Themes.
Child components"bar" is the container for the tab page buttons. "pane" hosts the tabview page. "page" hosts the actual tabview content. See JavaScript.
Source codehttps://github.com/iceteagroup/wisej-js