MobileForms Toolkit Documentation

AdvancedList.GridLines Property

Gets or sets whether to display gridlines.

public bool GridLines {get; set;}

Property Value

true to display gridlines, false otherwise.

Remarks

Gridlines are the separating lines between the diplayed rows with height of 1 pixel. Color of gridlines is determined by the GridColor property. You can use the SeparatorCell instead of gridlines, or if you want gridlines for some rows only.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace