Hello friends,
I know that on the Layout options of the DataGridView control that you can set the AutoSizeColumnsMode to "Fill". I noticed that the "Fill" setting is not available for the AutoSizeRowsMode.
Does anybody know a workaround so that I can have all the rows automatically "fill" in the DataGridView?
Thanks in advance!