IDataGridColumn.AdjustWidth

Syntax

AdjustWidth([MinWidth: Integer = -1;] [MaxWidth: Integer = -1]);

Parameters

MinWidth - the minimum column width in pixels during the auto adjustment. The default is -1, no restrictions.

MaxWidth - the maximum column width in pixels during the auto adjustment. The default is -1, no restrictions.

Description

The AdjustWidth method executes a column width auto adjustment considering the MinWidth and the MaxWidth parameters.

See also:

IDataGridColumn