Hi there,
Is there a way i can pre- set the widith of particular rows in my datagridview1 depending on the data they are to contain. some need to be wider and others narrower.
kindly show an example of code to do this and i can carry on from there.
thanks again.
Loading

Zoran HorvatPosted Aug 5, 2011, 6:52 AM
You can dynamically resize columns using column header's AutoSizeMode property:
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcolumn.autosizemode.aspx
Zoran