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
2387
Auto high adjusting row
posted

The grid has a multiple-row, is it possible to make the Instructions column expand when there is more then one line of text?

Sam

  • 469350
    Suggested Answer
    Offline posted

    Hi Sam, 

    It depends... are you using RowLayouts here? Or groups and levels? Since I don't see any group headers, I'm guessing it's RowLayouts. In which case, you should be able to call PerformAutoSize on the row and it should get bigger to accommodate the text.

    By default, all rows in the grid are the same height, though. So resizing one row will resize all rows. So you may want to set RowSizing to free is you need rows to be different heights.