ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / FetchScrollTips Event

In This Topic
    FetchScrollTips Event (C1List)
    In This Topic
    Fires whenever the list 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 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