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

Parameters

sb
ScrollBars value that indicates the scroll direction.
See Also