ITreeControl.AdjustWidth

Syntax

AdjustWidth(Column: Integer);

Parameters

Column is an index of the column in which the width should be adjusted automatically.

Description

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

Comments

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

See also:

ITreeControl