HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

OffsetMin Property, SftTreeSplitter Object

Defines the minimum splitter offset so the user cannot hide the left pane entirely.

Syntax

Get

VB.NETOffset = object.OffsetMin As Single
VBOffset = object.OffsetMin As Single
C#.NETfloat Offset = object.OffsetMin;
VC++float Offset = object->OffsetMin;
float Offset = object->GetOffsetMin();
CHRESULT object->get_OffsetMin(float* Offset);

Put

VB.NETobject.OffsetMin = Offset As Single
VBobject.OffsetMin = Offset As Single
C#.NETfloat object.OffsetMin = Offset;
VC++float object->OffsetMin = Offset;
void object->PutOffsetMin(float Offset);
CHRESULT object->put_OffsetMin(float Offset);

object

A SftTreeSplitter object.

Offset

Defines the minimum splitter offset so the user cannot hide the left pane entirely.

Comments

The OffsetMin property defines the minimum splitter offset so the user cannot hide the left pane entirely.

The OffsetMin and OffsetMinPix properties are synonyms, but may use different coordinate systems.

The minimum applies to mouse dragging, keyboard resizing, and the Offset property. The default is 0 (no minimum).

See Also SftTreeSplitter Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.