TabSheet.getDynamicExpansion

Syntax

getDynamicExpansion();

Description

The setDynamicExpansion method returns whether rows or columns increase dynamically when the last filled table cell is reached.

Comments

To set the attribute whether the number of rows or columns increases dynamically, use the setDynamicExpansion method or set the DynamicExpansion property value in the TabSheet constructor.

Example

The method use is given in the example for TabSheetSettings.DynamicExpansion.

See also:

TabSheet