TdxTreeViewControlOptionsView.ItemHeight Property
Specifies the height of a node in the Tree View control.
Declaration
property ItemHeight; default 0;
Property Value
Type | Default | Description |
---|---|---|
Integer | 0 | 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