Reputation: 11
Can someone please help me get the DataGridView
to keep the rows fit size to DataGridView
although there is a few rows. I mean rows size will change like AutoSizeColumnMode
Propeties' Fill.
Upvotes: 0
Views: 2540
Reputation: 19862
There is similarly an AutoSizeRowsMode
The value should be one of the ENUMs provided in the DataGridViewAutoSizeRowsMode
class.
Upvotes: 1