datagridview border column width

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In DataGridView control I want to set the width of the border column, i.e.,
that column that borders the grid on the left. At run time the user can
adjust its width, but is it possible to do it at design time?

thanks
 
dchman said:
In DataGridView control I want to set the width of the border column,
i.e.,
that column that borders the grid on the left. At run time the user can
adjust its width, but is it possible to do it at design time?

Yes - set the RowHeadersWidth property.

Chris Jobson
 

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