|
|
|
SftTree.ItemHeight1 Property |
Returns the height of an item in the tree control.
Deprecated - Provided for compatibility with earlier versions only - Use Items.Height or Item.Height instead
Syntax
VB.NET |
Height = object.ItemHeight1 As Single |
||
VB |
Height = object.ItemHeight1 As Single |
||
C#.NET |
float Height = object.ItemHeight1; |
||
VC++ |
float Height = object->ItemHeight1;
|
||
C |
HRESULT object->get_ItemHeight1(float* Height); |
||
Delphi |
Height := object.ItemHeight1 : Single; |
object
A SftTree object.
Height
Returns the height of an item in a fixed height tree tree control.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.Height or Item.Height instead
The ItemHeight1 property returns the height of an item in the tree control.
ItemHeight1 applies to a tree control with fixed height items only (see Items.Style). For variable height items, the ItemHeight property can be used instead.
See Also SftTree Object | Object Hierarchy