[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.HotTracking

HotTracking Property

HotTracking

Controls whether rows are automatically highlighted as the mouse is moved over the C1List control.

Declaration
public bool HotTracking { get; set; }
Property Value
Type Description
bool

The default value is false.

Remarks

If True (the default), individual rows are highlighted as the mouse moves over them.

If False, moving the mouse does not change the highlighted row.