Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ItemHeight1 Property, SftTree Object

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

Get

VB.NETHeight = object.ItemHeight1 As Single
VBHeight = object.ItemHeight1 As Single
C#.NETfloat Height = object.ItemHeight1;
VC++float Height = object->ItemHeight1;
float Height = object->GetItemHeight1();
CHRESULT object->get_ItemHeight1(float* Height);

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.