IListView.AdjustWidth

Syntax

AdjustWidth(Column: Integer);

Parameters

Column. 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

If the method is called, the width is adjusted taking into account all components that the element can contain (checkbox, icon, state icon, element text). The method is relevant, if the Style property is set to Report.

See also:

IListView