Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

HorizontalOffset2Pix Property, SftTreeItems Object

Defines the current horizontal scrolling offset in the right pane.

Syntax

Get

VB.NETOffsetPix = object.HorizontalOffset2Pix As Integer
VBOffsetPix = object.HorizontalOffset2Pix As Long
C#.NETint OffsetPix = object.HorizontalOffset2Pix;
VC++long OffsetPix = object->HorizontalOffset2Pix;
long OffsetPix = object->GetHorizontalOffset2Pix();
CHRESULT object->get_HorizontalOffset2Pix(long* OffsetPix);

Put

VB.NETobject.HorizontalOffset2Pix = OffsetPix As Integer
VBobject.HorizontalOffset2Pix = OffsetPix As Long
C#.NETint object.HorizontalOffset2Pix = OffsetPix;
VC++long object->HorizontalOffset2Pix = OffsetPix;
void object->PutHorizontalOffset2Pix(long OffsetPix);
CHRESULT object->put_HorizontalOffset2Pix(long OffsetPix);

object

A SftTreeItems object.

OffsetPix

Defines the current horizontal scrolling offset in the right pane in pixels.

Comments

The HorizontalOffset2Pix property defines the current horizontal scrolling offset in the right pane.

The Items.HorizontalOffset2 and HorizontalOffset2Pix methods are synonyms, but may use different coordinate systems.

A tree control's displayable area can be wider than the tree control's window width. If the displayable area is wider, the tree control can be scrolled horizontally if it has a horizontal scroll bar (see Scrollbars property). The current offset determines the amount of horizontal scrolling.

The Items.HorizontalOffset property defines the horizontal scrolling offset of the displayable area (or the left pane of a split tree control).

The HorizontalOffset2 property defines the horizontal scrolling offset of the displayable area in the right pane of a split tree control. The Items.HorizontalOffset2 property can only be used with a split tree control.

The right pane of a split tree control can only be scrolled horizontally if its displayable area (see Items.HorizontalExtent2 property) is wider than the right pane.

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.