RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.RowSelect Property

Determines whether an entire row in the list view can be selected.

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

Set RowSelect to true to allow entire rows to be selected when the ViewStyle property is vsReport. To allow multiple rows to be selected, use the MultiSelect property. 

 

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