<newbie> DataGridView question

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

..NET 2.0

I've added a DataGridView to my form. When I run this form the DataGridView
gets an additional column left of the columns I added, This column shows
either an right-arrow or a star (*).

What ptoperty do I need to set so I can remove this column from the
DataGridView???

Jeff
 
wow, thanks :)

Manish Bafna said:
Hi,
Try this code:
this.dataGridView1.RowHeadersVisible = false;
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top