Hello everyone, I have been working with flex repeaters for a while now, but I've come across an issue/question to see if anyone has a work around for the setup I want to implement...
Essentially I have some hard coded heights/widths:
I have a CellLarge/Medium/Small and then a CellSorter View each instance of the flex repeater is a Cell Sorter card with the Default Width/Size set.
I've got the sizing working great it picks between the different sizes small/medium/large, but I would like to have the views stack on top of eachother for the small views.
This is what my current screen is generating:
I would like to have something like this:
Does anyone have any ideas how I could sort it out in this order I already have logic so that it sorts the cards by priority (ex large,medium,small)
I know the mockup sizing looks a bit off but even when sizing correctly where there should be room to stack it doesn't.