< All Topics
Print

Tabview

Description

The Tab view object can be used to organize content in tabs. Tabview can be configured in two ways:

  • Place Tab widgets immediatelly under TabView:

    alt text

  • Add two container widgets under Tabview. First container is for the tab Bar, second container is for the tab Content. In this configuration, Tab widgets should be placed under second container, Content. Use this configuration if you want to stye tab Bar and Content.

    alt text

To add Tab widget to Tabview, drag and drop directly from the Widgets Palette to the Tabview inside Widgets Structure panel.

More info

Properties

Specific

Position

Enum

With this property, the tab bar can be moved to any sides.

Size

Number

The size of the tab bar. In case of vertical arrangement is means the height of the tab bar, and in horizontal arrangement it means the width.

Active tab

EXPRESSION (integer)

The index (zero-based) of the currently active tab.

Selected tab type

Enum

Select between Literal and Assignable. If Assignable is selected then Active tab can be a variable in which the currently selected tab index will be stored.

Examples

  • Tabview
  • Styled Tabview
Page content