TabSheetAdjustmentMgr.autoAdjustColumnWidth

Syntax

autoAdjustColumnWidth(colIndex: Number);

Parameters

colIndex. Index of the column width of which is autoselected.

Description

The autoAdjustColumnWidth method automatically adjusts width of a table column.

Comments

The method returns True if width of a specified table column 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