3

I wanna make the left hand border of the datagridview object disappear. Any suggestions?

svick
  • 236,525
  • 50
  • 385
  • 514
PixelatedPixie
  • 121
  • 3
  • 9

2 Answers2

6

In case it is WinForms the property is called RowHeadersVisible. Set that to false and you won't see the left hand side border.

Fischermaen
  • 12,238
  • 2
  • 39
  • 56
4

If you 're talking about the row headers, in the properties pane set RowHeadersVisible to False.

Ioannis Karadimas
  • 7,746
  • 3
  • 35
  • 45