DataGridView Row Height Autosize

Viewed 71807

Hi i am using the DataGridView in the C#.Net 3.5 and i want the height of the all row is set to Autosize.. i have defined the WrapMode = true but not getting the Height Autosize

So plz guide me

Thanks

4 Answers

Setting the "DefaultCellStyle" -> WrapMode = true in Design, easy!

Related