I see a lot of posts talking about using rowlayouts to change the column headers height but could someone please post an example how to accomplish this?
Thanks,
Derek
Hi Derek,
It's hard to work with RowLayouts at run-time, so the best way to do this is to set up your layout at Desing-time, which means it's hard to post a sample that it of any use.
Basically, you just go into the grid designer and go to the Column Arrangement Overview for the band. This allows you to choose to use RowLayouts and then you can design your layout. Resizing the headers is simply a matter of clicking and dragging the little square glyph at the bottom of each column header.
All of this assumes that your grid's data source is available at design-time so that the grid has the data structure, of course.
Thank you for describing how to adjust the headers at design time but I never have the data source available at design-time. If anyone has any information about using rowlayouts at run-time, please help.
Thanks