|
|
|
|
Columns Property, LeftPane Class |
Defines the number of columns displayed in the left pane.
Syntax LeftPane Class (Softelvdm.SftTreeNET)
VB |
Public Property Columns As Integer |
C# |
public int Columns { get; set; } |
C++ |
public: property int Columns { |
Property Value
The number of columns displayed in the left pane.
Comments
The Columns property defines the number of columns displayed in the left pane.
By defining the number of columns in the left pane, the total number of columns in the right pane (Splitter.Right.Columns) is automatically updated.
The total number of columns available in a tree control is defined using the Columns.Count property.