AutoColumnSize in datagrid

billy_bob169

Freshman
Joined
Jan 30, 2003
Messages
32
Location
Minnesota
I am trying to Size the columns of my grid automatically when it is filled. The book I have ("Visual Basic .NET - Bible") says there is an AutoColumnSize member of the datagrid control, but I sure as heck can't find it. I am assuming the syntax was suppossed to be: dataGrid.PreferredColumnWidth = dataGrid.AutoColumnSize, but no such luck! Is there a way to easily, automatically set the column width when the datagrid is activated? And where the heck did AutoColumnSize go!?! Thanks...:mad:
 
Back
Top