Vcl.Touch.GestureCtrls.TGestureListView.HotTrack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrack;

C++

__property HotTrack = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Specifies whether list items are highlighted when the mouse passes over them.

Vcl.Touch.GestureCtrls.TGestureListView.HotTrack inherits from Vcl.ComCtrls.TCustomListView.HotTrack. All content below this line refers to Vcl.ComCtrls.TCustomListView.HotTrack.

Specifies whether list items are highlighted when the mouse passes over them.

Set HotTrack to true to provide visual feedback about which item is under the mouse. When HotTrack is true, the HoverTime property controls whether pausing the mouse over an item causes it to be selected. When HotTrack is false, there is no visual feedback when the mouse passes over items and users can't select items by pausing the mouse.

To specify hot tracking styles, use the HotTrackStyles property.

See Also