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

In This Topic
    RowTracking Property (C1Combo)
    In This Topic
    Controls whether rows are automatically highlighted as the mouse is moved over the C1List control.
    Syntax
    'Declaration
     
    
    Public Property RowTracking As Boolean
    public bool RowTracking {get; set;}
    See Also