Is there a way to make repeating group like scroll-able menu

Hi! Is there a way to make RepeatingGroup-like scroll-able menu, where I can manually set a content for each separate cell. Thank you.

Hi @d.norkus :slight_smile: If you’re trying to create a scrollable sidebar, for example, you can use a floating group, and have it extend the entire height of the page (set to float: both). When the browser height is shorter than the height of the floating group, a scrollbar will appear within the floating group. Within that floating group, you can then add groups with different types of content to create the menu.

1 Like

Thank you for your reply @fayewatson :+1: I have the following question. In my case the floating group does not extend through all the browser height. I have repeating group under and a group at the top of floating group. Any possible solution in this case?

1 Like

Okay. I have figured it out. Basically, my menu should be a Group and everything else should me in float… Thanks again @fayewatson

1 Like

No problem, @d.norkus! :slight_smile: It sounds like you found a good solution! Can you share a screenshot of the setup (just incase others have the same question)? I would but I’m not sure if I know how to do what you’ve figured out!

1 Like

Sure! quick sketch of how I used Floating Groups. example

1 Like