How to make scrollable group when group height is longer than page height?

You can either set the repeating group’s layout to “vertical scroll” so that you only show a certain number of rows at a time and the scrolling is contained within the RG. The height can be tall enough to just show however many rows you want to see at once - I wouldn’t recommend 2,000 px worth of rows… unless you have a super great reason. I’d keep it within the page height.

OR, you can set the layout to “full list” which will display all items in the list no matter what. You can design the RG to 1 row only, but with “full list” it’ll still show all necessary rows. This way you can keep the element smaller and it won’t go beyond the height of the actual page.

Overall, you should design it so that your page height contains your elements and not have elements that go beyond that height. The repeating group, if set to full list and has a big long list, will expand the height of the page for you dynamically.


Gaby | Coaching Bubble
Private coaching, courses, and tons of free resources

1 Like