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.RowSizing Property

Specifies whether end-users can specify the default height for all nodes.

#Declaration

Delphi
property RowSizing: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True, to allow end-users to change the default height for all nodes by dragging the bottom edge of the indicator cell that corresponds to the first visible node. Resizing in this manner is equivalent to setting the TreeList control’s DefaultRowHeight property. To enable instant visualization of node sizing, set the OptionsCustomizing.DynamicSizing property to True.

Note

Setting the RowSizing property to True automatically assigns False, to the TreeList control’s OptionsCustomizing.NodeSizing property, and vice versa.

The default value of the RowSizing property is False.

See Also