ITreeControl.AdjustWidth

Syntax

AdjustWidth(Column: Integer);

Parameters

Column.Index of the column, whose width is automatically adjusted.

Description

The AdjustWidth method adjusts automatically width of the column taking into account its contents.

Comments

Column index is passed by the Column parameter. When the method is called, the width is adjusted taking into account the availability of expander, checkbox, icon and state icon, text of elements.

See also:

ITreeControl