TabControl
Manages a related set of tab pages.
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.

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

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


Advanced
JavaScript Widget
Item
Description
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 code
Last updated
Was this helpful?