Skip to Content
0
May 30, 2008 at 05:50 PM

RowRepeater to repeat columns, not rows

35 Views

Simple question here, I'd like to use a RowRepeater (or similar) to repeat elements (such as a Tray) in a column format, not as rows. I've tried various configurations such as setting the RowRepeater parent to ColumnLayout or FlowLayout, but the result is that my Trays are always layed out as rows.

Any way to get them layed out as columns in a single row, other than programmatic UI element manipulation?

Thanks.