TcxTreeListOptionsCustomizing.RowSizing Property
Specifies whether end-users can specify the default height for all nodes.
Declaration
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