RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.HideSelection Property

Determines whether the list view gives a visual indication of which item is selected when focus shifts to another control.

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

Set HideSelection to false to provide visual feedback of the selected item in the list even when the list view does not have focus. Set HideSelection to true to show the selection only when the list view has focus. HideSelection does not affect the actual value of the selection, only the visual indication. Always setting HideSelection to false can make forms with many list views look too busy. 

 

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