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
3555
Have Grid Automatically Resize from Resolution settings?
posted
I am using a MDI layout and I was wondering if there is a way to have the
grids on the child forms resize based on the users resolution?
Parents
  • 469350
    Offline posted

    Hi Peryan,

        I'm not sure I understand the question. Resizing the control is nothing to do with the grid itself. The grid is no different in this regard than any other control. You can anchor or dock it to the form.

        If you want to resize the columns, then I would recommend using the PerformAutoResize method on the column which will size the column to it's contents. Be sure to use the right overload the this method, though. If yuo don't specify any parameters, it will only size to the visible rows.  

     

Reply Children