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

In This Topic
    ScrollTips Property (C1Combo)
    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;}
    See Also