C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnScrollTip Method
New value for the vertical scroll bar.

In This Topic
OnScrollTip Method (C1FlexGrid)
In This Topic
Called when the grid contents scroll vertically, to update the value of the scroll tip.
Syntax
'Declaration
 
Protected Overridable Sub OnScrollTip( _
   ByVal newValue As Integer _
) 
 

Parameters

newValue
New value for the vertical scroll bar.
Remarks
This method processes the new scroll position and calls C1FlexGridBase.OnShowScrollTip.
See Also