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

In This Topic
    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 newValue As Integer _
    ) 
    protected override void OnScrollTip( 
       int newValue
    )

    Parameters

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