Trying to set RowHeight like this(in code):
dgvTruckAvail.RowTemplate.Height = 48;
Doesnt\' work. I also tried to set Height of every colum
Set the AutoSizeRowsMode to AllCells.