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

TcxTreeListBand.MinWidth Property

Specifies the band’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 the band’s 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.

Set the TreeList control’s OptionsCustomizing.BandHorzSizing property to True to allow end-users to adjust the band’s width.

The default value of the MinWidth property is cxTreeListDefMinWidth.

See Also