[]
Controls whether rows are automatically highlighted as the mouse is moved over the C1List control.
public bool HotTracking { get; set; }
Type | Description |
---|---|
bool | The default value is false. |
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.