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
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.