Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
Setting column width after grid has loaded
posted

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

Parents
  • 90
    posted

    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. 

     

Reply Children