Datagridview - remove part before the first column

Viewed 55102

I was wondering if when using the datagridview control you can remove the thing that looks like a column before the 1st column. I think its used to select rows but not sure what its called.

2 Answers

Set the RowHeadersVisible property to False and it will work like a charm

Related