ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnScrollTip Method
New value for the vertical scroll bar.

In This Topic
    OnScrollTip Method (C1FlexPivotGrid)
    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 _
    ) 
    protected virtual void OnScrollTip( 
       int newValue
    )

    Parameters

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