Best way to handle vertical "Repeating Groups"

I’m currently in the process of building a conference app and very quickly found the challenge of deciding how best to handle Vertical Repeating Groups since that is not an available Element on mobile views.

The solution I’m diving down so far is using a Web View to a page with a regular repeating group set up. This has it’s issues with scrolling. If I use a Scrollable layout type in the View, then I end up with 2 scrolls bars that operate independently. Going with Non-Scrollable seems to be the best option here but presents another scroll issue I’ll show here since it’s hard to describe otherwise:

I also messed with the idea of using the Vertical list or Section list View Types but they don’t allow any elements to be placed before the scrollable parts so there’s no where for me to put the date or other filter elements.

None if this is a bug, exactly, just curious what others have discovered in terms of best handling this. Or if Repeating Groups are a coming soon feature.

Ok thanks @sam.morgan and @chrisschrade for helping me find this! Putting a header and footer on a list view is 1,000% the answer to my problem. I just didn’t see it cause this :grimacing:
WhatsApp Image 2024-10-12 at 18.55.31

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.