RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.GridLines Property

Determines whether lines are drawn separating items in the list.

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

Set GridLines to true to add lines that separate the items in the list view. The value of GridLines is ignored unless ViewStyle is vsReport. 

 

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