Dynamic Height Reusable Floating Group

I want to build a reusable floating group element that contains a vertical scrolling repeating group, sandwiched between a static header and footer, that is dynamic to the page height. Is this possible? I have tried seemingly everything, including css, and cannot get it to work without using multiple floating groups - that is not what I want to do. Any help is appreciated!

@bhage Have you figured it out? I’ve been banging my head against the wall because of a similar problem for three days now: A scrollable floating group with a repeating group inside?

You cannot use a reusable element - which is what I wanted to do. But you can do a floating group on top (positioned top), another one on bottom (set to bottom), and then another floating group in between set to “both”. As long as your top and bottom headers are on top and bottom of the page in-between the middle one, you should get the rendering you are looking for. Good luck!

1 Like

@bhage Wow! Setting the floating group to “both” (and throwing in some additional CSS to control for some additional stuff) has actually finally fixed my problem! :raised_hands: Thanks a TON!

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