Datagrid rowheader: how to shrink or make invisible?

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

Dean Slindee

New to datagrids. Just want to know whether it is possible to resize the
row header column so that only the active row arrow is visible; and also can
it be made zero width?

Thanks,
Dean Slindee
 
Hi,

DataGrid1.RowHeadersVisible = False
DataGrid1.RowHeaderWidth = 20

Ken
 

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