[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.OnScrollTip

OnScrollTip Method

OnScrollTip(int)

Called when the grid contents scroll vertically, to update the value of the scroll tip.

Declaration
protected override void OnScrollTip(int newValue)
Parameters
Type Name Description
int newValue

New value for the vertical scroll bar.

Overrides
Remarks

This method processes the new scroll position and calls OnShowScrollTip(ToolTipEventArgs).