ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.Util.BaseControls Namespace / ScrollableControl Class / OnScroll Method
ScrollBars value that indicates the scroll direction.

In This Topic
    OnScroll Method (ScrollableControl)
    In This Topic
    Called after the control scrolls (see the ScrollPosition property).
    Syntax
    'Declaration
     
    Protected Overridable Sub OnScroll( _
       ByVal sb As ScrollBars _
    ) 
    protected virtual void OnScroll( 
       ScrollBars sb
    )

    Parameters

    sb
    ScrollBars value that indicates the scroll direction.
    See Also