How do I make a horizontal scrolling repeating group such as the following?

Hey, I am looking to make a horizontal scrolling repeating group such as the following image:

It has a button with an image on top which both are clickable and it is in a horizontal scrolling section at the bottom of the page.

I’ve tried adding in a repeating group but I don’t know how to make it horizontal scrolling, it just tries to fit in all the elements in the width of the group instead of making it scrolling. Also how do I edit each individual element in the repeatingroup since not each button would be the same? When I tried putting a button in the repeating group , it made them all the same.

Thanks.

Make sure it’s max width is not inf, but either stretches to the parent group’s width or has a max width of 100% or some finite value.

Then set the number of rows as 1 and columns as blank/dynamic.

That should do the trick

This topic was automatically closed after 70 days. New replies are no longer allowed.