Skip to main content

TcxCustomTreeList.DefaultRowHeight Property

Specifies the default height for all nodes, in pixels.

Declaration

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