Skip to main content

TcxTreeListBandOptions.Sizing Property

Specifies whether end-users can horizontally resize the band.

Declaration

property Sizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to prohibit end-users from horizontally resizing the band by dragging its header‘s right edge.

To prevent all bands from being horizontally resized by end-users, set the TreeList control’s OptionsCustomizing.BandHorzSizing property to False. If this property is set to False, horizontal sizing is prohibited for all bands regardless of their Sizing property values.

To enable instant visualization of band sizing, set the TreeList control’s OptionsCustomizing.DynamicSizing property to True.

The default value of the Sizing property is True.

See Also