TdxTreeViewCustomOptionsView.ItemHeight Property
Specifies the height of a node in the Tree View.
Declaration
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