RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.HotTrack Property

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

Pascal
property HotTrack: Boolean;
C++
__property Boolean HotTrack;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!