ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / ScrollTips Property

In This Topic
    ScrollTips Property (C1ListBase)
    In This Topic
    Determines whether the list displays a pop-up text window when the scrollbar thumb is dragged.
    Syntax
    'Declaration
     
    
    Public Property ScrollTips As Boolean
    public bool ScrollTips {get; set;}

    Property Value

    The default value is false.
    Remarks

    The ScrollTips property determines whether the list displays a pop-up text window when the scrollbar thumb is dragged. By default, this property is set to False, and ScrollTips are not displayed.

    If the ScrollTips property is set to True, the FetchScrollTips event will be fired whenever the list��s scrollbar thumb is dragged.

    See Also