C# – How do i change the column width of a DataGrid

ccompact-frameworkdatagridnetuser-controls

i'm creating a user control in C# .net compact framework 3.5.
And i'm using a DataGrid Control with a DataTable as the DataGrid's DataSource.
i need to make some of the grid columns wider.

for some reason i can't…

i just couldn't find the method or property that controls the column width…

any ideas?

thanks in advance…

Best Answer

You're looking for the AutoSizeMode and Width properties of the columns.