True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / FetchScrollTips Event

In This Topic
    FetchScrollTips Event (C1TrueDBDropdown)
    In This Topic
    Occurs whenever the grid has focus and the scrollbar thumb is moved using the mouse.
    Syntax
    'Declaration
     
    Public Event FetchScrollTips As FetchScrollTipsEventHandler
    public event FetchScrollTipsEventHandler FetchScrollTips
    Event Data

    The event handler receives an argument of type FetchScrollTipsEventArgs containing data related to this event. The following FetchScrollTipsEventArgs properties provide information specific to this event.

    PropertyDescription
    Indicates the position in the DisplayColumns collection.  
    The current C1DisplayColumn.  
    The index of the topmost row for the scroll tip.  
    Indicates the scrollbar that was moved.  
    The text to be displayed in the scroll tip.  
    Indicates the position of the Split in the Splits collection.  
    The Style used to render the scroll tip.  
    See Also