| 
 | 
 | 
 | 
| 
        | ScrollLeft Method, SftTree Class | 
Scrolls the items in the item area to the left.
Syntax SftTree Class (Softelvdm.SftTreeNET)
| VB | Public Sub ScrollLeft( ByVal fLeftPane As Boolean ) | 
| C# | public void ScrollLeft( bool fLeftPane ); | 
| C++ | public: void ScrollLeft( bool fLeftPane ); | 
fLeftPane
Defines whether the left pane (True) or right pane (False) is scrolled.
Comments
The ScrollLeft method scrolls the items in the item area to the left.
Scrolling left/right is identical to changing the HorizontalOffset and HorizontalOffsetRight properties.
The ScrollLeft method scrolls by 1/10 of the width of the selected pane.