This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.Gridlines Property

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property Gridlines As Boolean
C#
public bool Gridlines { get; set; }

Property Value

true if grid lines are drawn around items and subitems; otherwise, false. The default is false.

Remarks

The Gridlines property has no effect unless the View property of the control is set to Details.

See Also

Reference