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
 
Back
Top