Saturday, April 13, 2013

AllowUserToResizeColumns property of DataGridView control.


If you see that you cannot resize the column of a DataGridView control though you set true value of AllowUserToResizeColumns property then check AutoSizeColumnsMode property also. Choose Fill/None value of this AutoSizeColumnsMode property.


Happy coding..

No comments:

Post a Comment