Wimark.Controls Class Library  

ListView.GridLines Property

Gets or sets a value indicating whether grid lines appear between the rows and columns containing the items and subitems in the control.

[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);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListView Class | ListView Members | Wimark.Controls Namespace