Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Height Property, SftTreeItem Object

Returns the item's height.

Syntax

Get

VB.NETh = object.Height As Single
VBh = object.Height As Single
C#.NETfloat h = object.Height;
VC++float h = object->Height;
float h = object->GetHeight();
CHRESULT object->get_Height(float* h);

object

A SftTreeItem object.

h

Returns the item's height. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The Height property returns the item's height.

The Height and Item.HeightPix methods are synonyms, but may use different coordinate systems.

In a fixed height tree control (see Items.Style), all items have the same height. Items.Height can be used to determine the height of items in a fixed height tree control.

See Also SftTreeItem Object | Object Hierarchy


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