TdxTreeViewCustomOptionsView.ItemHeight Property
In This Article
Specifies the height of a node in the Tree View.
#Declaration
Delphi
property ItemHeight: Integer read; write;
#Property Value
Type | Description |
---|---|
Integer | A node height, in pixels. |
#Remarks
If the ItemHeight property is set to 0, the control calculates the node height based on node content.
See Also