sg.
sg.

Reputation: 11

how to size row to fit with datagridview size in vb.net

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

Answers (1)

Jude Cooray
Jude Cooray

Reputation: 19862

There is similarly an AutoSizeRowsMode

The value should be one of the ENUMs provided in the DataGridViewAutoSizeRowsMode class.

Upvotes: 1

Related Questions