FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / OnScroll Method
System.Windows.Forms.ScrollBars value that specifies the scroll direction.

In This Topic
    OnScroll Method (C1FlexGrid)
    In This Topic
    Called when the grid contents scroll.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnScroll( _
       ByVal sb As ScrollBars _
    ) 
    protected override 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