Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top