Skip to main content

TcxTreeListOptionsCustomizing.DynamicSizing Property

Specifies whether band and column widths, and node heights are immediately updated when end-users resize them.

Declaration

property DynamicSizing: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

By default, a node height, and band or column width are updated once an end-user stops dragging the sizing edge of the indicator cell, band or column header and releases the left mouse button. To enable instant visualization of the resulting sizes, set the DynamicSizing property to True. Note that this may affect painting performance.

The default value of the DynamicSizing property is False.

See Also