I have a datagridview
. I set AutoSizeColumnsMode
property to Fill
. However I want to set a minimum width for the columns. So, when too many columns are created, the scroll bar is shown.
How can I do this?
I have a datagridview
. I set AutoSizeColumnsMode
property to Fill
. However I want to set a minimum width for the columns. So, when too many columns are created, the scroll bar is shown.
How can I do this?