IListView.AdjustWidth

Syntax

AdjustWidth(Column: Integer);

Parameters

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

Description

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

Comments

Column index is passed by Column parameter. If the method is called, the width is fitted taking into account all components that the element can contain (flag, icon, state icon, element text). It is relevant, if the Style property is set to Report.

See also:

IListView