Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListColumn.MinWidth Property

Specifies the column’s minimum width, in pixels.

#Declaration

Delphi
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