Re: Changing DataGridView default row height



Hi Jack,

Any suggestions?

The DGV has a property called "AutoSizeRowsMode". Depending on the
value set, the DGV determines the row height automatically and even
dynamically depending on the (changing) content of the rows.
My suggestions is that you first set this property to NONE. After that
any value you specify should be accepted and not altered anymore by
the DGV.

Hope that helps.

Regards,
Paul
.



Relevant Pages


Loading