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

TcxTreeListOptionsCustomizing.DynamicSizing Property

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

#Declaration

Delphi
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