DataGridView - Fixed Row Height

  • Thread starter Thread starter Guest
  • Start date Start date
In the designer, set AllowUserToResizeRows to False,
set AutoSizeRowsMode to None, and in the RowTemplate property,
set the Height. Or did you mean to fix the row height of only
one row in the grid, different from all the rest. (I don't
think so.)

Robin S.
 
In the designer, set AllowUserToResizeRows to False,
set AutoSizeRowsMode to None, and in the RowTemplate property,
set the Height. Or did you mean to fix the row height of only
one row in the grid, different from all the rest. (I don't
think so.)

I mean "lock the row heights".

I think your suggestion is what I'm looking for. I'm going to give it a try
:-)
 
Back
Top