|
|
|
|
ScrollUp Method, SftTree Class |
Scrolls the items in the item area up by the specified number of items.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Sub ScrollUp()
|
C# |
public void ScrollUp(); |
C++ |
public: void ScrollUp(); |
lines
Defines the number of items. The default is 1.
Comments
The ScrollUp method scrolls the items in the item area up by the specified number of items.