Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Height Property, SftTreeItems Object

Returns the height of an item in a fixed height tree control.

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 SftTreeItems object.

h

Returns the height of an item in a fixed height tree control. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The Height property returns the height of an item in a fixed height tree control.

The Height and Items.HeightPix properties are synonyms, but may use different coordinate systems.

The Height property applies to a fixed height tree control only (see Items.Style). In a variable height tree control, the Item.Height property can be used instead.

See Also SftTreeItems Object | Object Hierarchy


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