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

In This Topic
    OnScroll Method (C1TreeView)
    In This Topic
    Override this method to get notifications when the control scrolls.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnScroll( _
       ByVal sb As ScrollBars _
    ) 
    protected override void OnScroll( 
       ScrollBars sb
    )

    Parameters

    sb
    See Also