Tabs As Dropdown property
Tabs As Dropdown property is a notebook-level property that is used to group and display notebook tabs in a single tab, and is shown as a dropdown list selection for tabs.
| Setting | Description |
|---|---|
| True |
The tab headers are grouped into a single tab, and is shown as a dropdown selection list of tabs, and a Flex Layout header appears at the top of the notebook. |
| False | Default. Tabs are shown separately. |
When this property is activated, a Flex Layout is added to the form's list of components, and saved to the form with the next save action. The Flex Layout starts with two Flex Regions, where the first region contains the Tabs selector dropdown, and like other flex layout, the second region is designable. Regions can be added, and controls can be placed inside each region, except fro the first region, which is reserved for the Tabs selector dropdown.
The flex layout, together with all of its design parameters and controls, remains part of the form definition when this property is set to false. Additionally, the flex layout disappears when this property is set to false and then reappears in its original form when it is set back to true.