Skip to main content

TcxTreeListColumn.MinWidth Property

Specifies the column’s minimum width, in pixels.

Declaration

property MinWidth: Integer read; write; default cxTreeListDefMinWidth;

Property Value

Type Default
Integer cxTreeListDefMinWidth

Remarks

Use this property to change the lower bound of the Width property values. To identify or change the column display width, use the DisplayWidth property.

The MinWidth property automatically updates by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

To restore the column’s default MinWidth and Width property values, call the RestoreWidth procedure.

The default value of the MinWidth property is cxTreeListDefMinWidth.

See Also