TcxTreeListBand.MinWidth Property
Specifies the band’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 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