TcxCustomTreeView.ItemHeight Property
Specifies the height of items (in pixels) in the tree view.
Declaration
property ItemHeight: Integer read; write; default -1;
Property Value
Type |
---|
Integer |
Remarks
A value of -1 indicates that the height is determined automatically based upon font settings.
The images below show the same tree view control with the ItemHeight property set to -1 and 22. Note how this affects the vertical offset between items at different levels.
The default value of the ItemHeight property is -1.
See Also