Home › Forums › WinForms controls › Xceed Grid for WinForms › GridLines
Hi,
How i can, with Grid v2, individually hide vertical and/or horizontal gridlines ?
Thanks.Nicola.
Imported from legacy forums. Posted by ncister (had 2033 views)
Hi Nicola,
Try something like this:
GridControl1.GridLineColor = System.Drawing.Color.White
or whatever color your datarow background is.
Imported from legacy forums. Posted by Kareem (had 3205 views)