Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SplitterClass Class

An instance of the SplitterClass class represents the splitter bar in a SftTree/NET control and its attributes.

There is only one instance of the SplitterClass object for one SftTree/NET control. It is accessed using the control's SftTree.Splitter property.

If a splitter bar is present (SplitterClass.Visible is True), it divides all columns into a left pane and a right pane.

If a tree control does not have a splitter bar (SplitterClass.Visible is False), only the left pane is available and all columns are located in the left pane.

Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Inheritance

Syntax

public class SplitterClass;
Public Class SplitterClass

Constructors

This class cannot be instantiated.

Properties

PublicAreaReturns the area of the splitter bar.
PublicLeftDescribes the attributes of the left pane in a split tree control.
PublicLockedDefines whether the splitter bar is locked and cannot be moved.
PublicMaxOffsetDefines the maximum offset of the splitter bar while the user moves the splitter bar.
PublicMinOffsetDefines the minimum offset of the splitter bar while the user moves the splitter bar.
PublicOffsetDefines the horizontal offset of the splitter bar.
PublicRightDescribes the attributes of the right pane in a split tree control.
PublicVisibleDefines whether the splitter bar is visible.
PublicWidthDefines the width of the splitter bar.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicMakeOptimalPositions the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

Events

PublicPropertyChangedOccurs when a property of a SplitterClass instance is modified.

See Also Classes | SftTree/NET 2.0