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

TcxCustomTreeList.DefaultRowHeight Property

Specifies the default height for all nodes, in pixels.

#Declaration

Delphi
property DefaultRowHeight: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

This property is overridden by the node’s Height property (if specified).

To allow end-users to change the DefaultRowHeight property value, set the TreeList control’s OptionsCustomizing.RowSizing property to True.

Note

The tree list doesn’t validate the specified height if it doesn’t display the node’s contents in their entirety.

See Also