> What is that huge row margin on the left that allows you to select
> rows of a dataGridView called?
> I've looked and cannot find it named.
> I want it hidden because it is ugly.
> Any help is appreciated.
DataGridView.RowHeadersVisible
trint - 31 May 2007 14:16 GMT
> > What is that huge row margin on the left that allows you to select
> > rows of a dataGridView called?
[quoted text clipped - 3 lines]
>
> DataGridView.RowHeadersVisible
Thanks Larry,
Exactly what I was looking for.
Trint