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