HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

SplitColumn Property, SftTree Object

Defines the number of columns displayed in the left pane of a split tree control.

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead

Syntax

Get

VB.NETCount = object.SplitColumn As Short
VBCount = object.SplitColumn As Integer
C#.NETshort Count = object.SplitColumn;
VC++short Count = object->SplitColumn;
short Count = object->GetSplitColumn();
CHRESULT object->get_SplitColumn(short* Count);

Put

VB.NETobject.SplitColumn = Count As Short
VBobject.SplitColumn = Count As Integer
C#.NETshort object.SplitColumn = Count;
VC++short object->SplitColumn = Count;
void object->PutSplitColumn(short Count);
CHRESULT object->put_SplitColumn(short Count);

object

A SftTree object.

Count

Defines the number of columns displayed in the left pane of a split tree control. The number specified must be between 1 and the total number of columns-1.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead

The SplitColumn property defines the number of columns displayed in the left pane of a split tree control.

The total number of columns is defined using the ColumnsObj.Count property.

Examples

VB6

            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      EndProperty
      BeginProperty Splitter {9EBAA94A-293D-44FA-9989-08F078763A1F} 
         SplitColumn     =   0
         Object.Visible         =   0
         OffsetPix       =   0
         WidthPix        =   7
      EndProperty
      BeginProperty Column(0) {9EBAA938-293D-44FA-9989-08F078763A1F} 
         BackColor       =   -1
         CellHAlign      =   0

See Also SftTree Object | Object Hierarchy


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