C1.Win.FlexGrid 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 _
) 
 

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