SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Scrolls the items in the item area to the left.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public void ScrollLeft( bool fLeftPane );
Public Sub ScrollLeft( ByVal fLeftPane As Boolean )fLeftPane
Defines whether the left pane (True) or right pane (False) is scrolled.
Scrolls the items in the item area to the left.
Scrolling left/right is identical to changing the SftTree.HorizontalOffset and SftTree.HorizontalOffsetRight properties.
The ScrollLeft method scrolls by 1/10 of the width of the selected pane.
See Also SftTree Class | Classes | SftTree/NET 2.0
