OnScrollTip Method (C1FlexGridBase)
In This Topic
Called when the grid contents scroll vertically, to update the value of the scroll tip.
Syntax
'Declaration
Protected Overrides Sub OnScrollTip( _
ByVal As Integer _
)
protected override void OnScrollTip(
int
)
Parameters
- newValue
- New value for the vertical scroll bar.
See Also