Have cards that push each other like I want

repeater-widget

#1

Hello,

I am new to axure and even more specifically to repeaters.

I haven’t found any similar problem but I have no idea what keyword to use to search correctly.

I need to create a list of cards that have two sizes: a small version and a large version.
On a grid of 3 cards horizontally.
I get this:

But I would like the number 3 card to be under the number 2 cards.

Any idea how I could do this?

Thanks for your help

cards.rp (59.5 KB)


#2

Add a condition:

If [[Item.index]] equals 3
Move Panel to ([[-This.width]], [[This.height]])

cards.rp (60.8 KB)

image