Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MinHeightPix Property, SftTreeItems Object

Defines the minimum height of all items.

Syntax

Get

VB.NETMinPix = object.MinHeightPix As Integer
VBMinPix = object.MinHeightPix As Long
C#.NETint MinPix = object.MinHeightPix;
VC++long MinPix = object->MinHeightPix;
long MinPix = object->GetMinHeightPix();
CHRESULT object->get_MinHeightPix(long* MinPix);

Put

VB.NETobject.MinHeightPix = MinPix As Integer
VBobject.MinHeightPix = MinPix As Long
C#.NETint object.MinHeightPix = MinPix;
VC++long object->MinHeightPix = MinPix;
void object->PutMinHeightPix(long MinPix);
CHRESULT object->put_MinHeightPix(long MinPix);

object

A SftTreeItems object.

MinPix

Defines the minimum height of all items in pixels. If 0 is specified, no minimum height is defined.

Comments

The MinHeightPix property defines the minimum height of all items.

If items are smaller than the defined minimum height, they are extended and use the defined minimum height.

This property has no effect when variable height items are used (see Items.Style). The Item.MinHeightPix and Item.MaxHeightPix properties can be used for variable height items to define the minimum and maximum height for each individual item.

The Items.Lines property can be used to define the number of text lines used for item height calculation.

The Items.MaxHeightPix property defines the maximum height of all items.

See Also SftTreeItems Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.