TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ScrollVertical Method
true if should be scrolled up; otherwise, false.
true if should be scrolled small step; otherwise, false.

In This Topic
    ScrollVertical Method (C1TreeView)
    In This Topic
    Scrolls vertically for changes.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ScrollVertical( _
       ByVal IsUp As Boolean, _
       ByVal isSmallStep As Boolean _
    ) 
    public virtual void ScrollVertical( 
       bool IsUp,
       bool isSmallStep
    )

    Parameters

    IsUp
    true if should be scrolled up; otherwise, false.
    isSmallStep
    true if should be scrolled small step; otherwise, false.
    See Also