RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!