How i can change the height of header in DataGridView, i tried this property but it didnt work :
Code:
this.dataGridView1.EnableHeadersVisualStyles=false;
this.dataGridView1.ColumnHeadersHeight=60;