Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

IndentationPix Property, SftTreeItems Object

Defines the indentation for item levels.

Syntax

Get

VB.NETIndentPix = object.IndentationPix As Integer
VBIndentPix = object.IndentationPix As Long
C#.NETint IndentPix = object.IndentationPix;
VC++long IndentPix = object->IndentationPix;
long IndentPix = object->GetIndentationPix();
CHRESULT object->get_IndentationPix(long* IndentPix);

Put

VB.NETobject.IndentationPix = IndentPix As Integer
VBobject.IndentationPix = IndentPix As Long
C#.NETint object.IndentationPix = IndentPix;
VC++long object->IndentationPix = IndentPix;
void object->PutIndentationPix(long IndentPix);
CHRESULT object->put_IndentationPix(long IndentPix);

object

A SftTreeItems object.

IndentPix

Defines the indentation for item levels in pixels. If -1 is specified, the tree control determines the best indentation, based on item graphic width, font size, etc.

Comments

The IndentationPix property defines the indentation for item levels.

The Items.Indentation and IndentationPix methods are synonyms, but may use different coordinate systems.

Each item is indented the specified amount for each level.

It is possible to specify a very small value or even 0 for the level indentation. With such a small value, the hierarchy and its components, such as tree lines, expand/collapse buttons may no longer have sufficient space and must be turned off by the application.

The Items.ItemImageAlign property can be used to define the alignment of connecting tree lines, cell text and cell pictures.

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.