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