Skip to main content

TcxCustomListView.HotTrack Property

Determines whether the list view items can be hot-tracked.

Declaration

property HotTrack: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the HotTrack property to determine whether the list view items can be hot-tracked. When the mouse pointer hovers over the list view items and the HotTrack property is set to True, the items are hot-tracked. The delay between positioning the mouse over the item and hot-tracking of that item is specified via the HoverTime property.

The following screenshot demonstrates the list view control. The “Michael” item appears hot-tracked:

The next screenshot demonstrates the list view control with selected “Michael” item:

The default value of the HotTrack property is False.

See Also