ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnScroll Method
System.Windows.Forms.ScrollBars value that specifies the scroll direction.

In This Topic
    OnScroll Method (C1FlexPivotGrid)
    In This Topic
    Called when the grid contents scroll.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnScroll( _
       ByVal sb As ScrollBars _
    ) 
    protected virtual void OnScroll( 
       ScrollBars sb
    )

    Parameters

    sb
    System.Windows.Forms.ScrollBars value that specifies the scroll direction.
    Remarks
    This method is for internal use. It allows inherited classes to customize the grid scrolling behavior.
    See Also