|
|
|
|
Visible Property, SplitterClass Class |
Defines whether the splitter bar is visible.
Syntax SplitterClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Visible As Boolean |
C# |
public bool Visible { get; set; } |
C++ |
public: property bool Visible { |
Property Value
True if visible, otherwise False.
The default value is False.
Comments
The Visible property defines whether the splitter bar is visible.
A splitter bar should be used with at least two columns. Use the Splitter.Left.Columns property to define the number of columns in the left (and right pane) of the tree control.
The Splitter.Width and Splitter.Offset properties are used to define the size and location of the splitter bar.
If a tree control does not have a splitter bar (Splitter.Visible is False), only the left pane is available and all columns are located in the left pane.