|
|
|
|
ScrollEnd Method, SftTree Class |
Scrolls the items in the item area so that the last item in the tree control becomes the bottom item (BottomItem), displaying the last page.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Sub ScrollEnd() |
C# |
public void ScrollEnd(); |
C++ |
public: void ScrollEnd(); |
Comments
The ScrollEnd method scrolls the items in the item area so that the last item in the tree control becomes the bottom item (BottomItem), displaying the last page.