How do I remove the Leftmost Button Column in a Datagrid

  • Thread starter Thread starter Mark Hollander
  • Start date Start date
M

Mark Hollander

Is there a way to remove or hide the leftmost column that displays
either the * or right arrow in a datagrid.

--------------------------------------------------
Table Heading
--------------------------------------------------
| | Column1 | Column2
|*| (Null) | (Null)

^
+-- That is the column I want to hide or remove




Thank You
Mark Hollander
 
Hi Mark,

DataGrid1.RowHeadersVisible = False

I hope this helps?

Cor
 
Thanks.

Hard to believe it was that easy

Thank You
Mark Hollander
 

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