How can I set the width of a column after my grid has already been loaded? (seems like such a simple task but I can't seem to get it...)Example: Program is running, user performs some action, I want to resize one or more columns.
Thank you,Mike
I would also like to know how to do this in code.
In my case, if the user has adjusted the column widths, I want to save the widths when the form is closing and set them the next time they open the form.
I have tryed setting the CellWidth and ColumnWidth but they don't seem to make any difference.
ron.