TabSheetAdjustmentMgr.autoAdjustRowHeight

Syntax

autoAdjustRowHeight(rowIndex: Number);

Parameters

rowIndex. Index of the row height of which is to be adjusted.

Description

The autoAdjustRowHeight method automatically adjusts height of a table row.

Comments

The method returns True if height of a specified table row is successfully adjusted, otherwise it returns False.

Example

The example of property use is given on the page with description of the TabSheet.getAdjustmentMgr method.

Seebsp;also:

TabSheetAdjustmentMgr