How to fit DataGridView size to its content

  • Thread starter Thread starter Pavel_247
  • Start date Start date
P

Pavel_247

Guest
Hello,

Once DataGridView is created in the MyForm constructor (i.e. N columns and M rows are added), how to fit its size that fit overall width of all columns and overall height of all rows.

Thanks.

Pavel.

Continue reading...
 
Back
Top