Torna al Thread
Private Sub DataGridView1_CellFormatting(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellFormattingEventArgs) Handles DataGridView1.CellFormatting
Me.DataGridView1.Rows(0).Height = Me.DataGridView1.Height - Me.DataGridView1.ColumnHeadersHeight
End Sub