TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / SetScrollPos Method

In This Topic
    SetScrollPos Method (C1TreeView)
    In This Topic
    Sets the position of the specified scroll bar.
    Syntax
    'Declaration
     
    
    Protected Function SetScrollPos( _
       ByVal nBar As Integer, _
       ByVal pos As Integer _
    ) As Integer
    protected int SetScrollPos( 
       int nBar,
       int pos
    )

    Parameters

    nBar
    pos
    See Also