TdxShellTreeViewControlOptionsView.ItemHeight Property
Specifies the height of a node, in pixels.
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 Shell Tree View control calculates the node height automatically.
The ItemHeight
property’s default value is 0
.
See Also