TcxTreeListOptionsCustomizing.RowSizing Property
In This Article
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 Row
The default value of the RowSizing property is False.
See Also