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 As Integer _
)
protected virtual void OnScrollTip(
int
)
Parameters
- newValue
- New value for the vertical scroll bar.
See Also