ListView.setHideSelection

Overview | Methods | This Package | All Packages

ListView.setHideSelection

Sets a boolean value indicating whether the selected item in the list view control remains highlighted when the control loses the focus.

Syntax

public void setHideSelection ( boolean flag )

Parameters

final

Set to true if the selected item does not appear highlighted when the list view control loses the focus; set to false if the selected item still appears highlighted when the list view control loses the focus. The default value is true.

See Also   getHideSelection