NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListView.GridLines

If true, draws grid lines between items and subItems. This property is only meaningful in Report view

[Visual Basic]
Public Property GridLines As Boolean
[C#]
public bool GridLines {get; set;}
[C++]
public: __property bool get_GridLines();
public: __property void set_GridLines(bool);
[JScript]
public function get GridLines() : Boolean;
public function set GridLines(Boolean);

See Also

ListView Class | ListView Members | System.WinForms Namespace