ListView.setHoverSelection

Overview | Methods | This Package | All Packages

ListView.setHoverSelection

Sets a boolean value indicating whether a list control item is automatically selected when the mouse pointer remains over the item for a few seconds.

Syntax

public void setHoverSelection( boolean flag )

Parameters

flag

Set to true if an item is automatically selected when the mouse pointer hovers over it; otherwise, set to false. The default value is false.

See Also   getHoverSelection