TabsLayout
This type represents a subtab list.

This type inherits ControlContainer type. All of its base methods and fields are also available in this type.
Retrieve
This type doesn't have a constructor and can only be created through the window type when layoutMode is set to SUBTABS .
AddTab
Method
Adds a new subtab to the list.
Tabs usually have a layout that supports only three group columns. You may use a custom Layout with tab layout mode NONE to bypass this restriction.
The layoutMode for subtabs cannot be SUBTABS .
Arguments
Name
Type
Description
title
string
Tab name.
enabled
boolean
Whether this subtab comes pre-selected or not. Set at least one subtab to true.
Returns
Type
Description
The new subtab container
Example
Last updated