Hi gang.
Context:
If you picture an email inbox, where you’ve got a list of folders (e.g. Inbox, Sent) in the left sidebar and then a list of messages adjacent to the right… ideally, those two vertical columns are independently scrollable. That is to say, scrolling down through the column of messages on the right doesn’t make the folder list scroll along with it. However, depending on how many folders you have on the left, there MAY indeed be times where you DO want to scroll that left sidebar - but again, ideally, without bringing the messages on the right along with it.
Question: Given that I already have a floating group header fixed to top and a floating group footer fixed to bottom, I don’t think I can handle another floating group(s) for the middle/meat of the page. How should I structure the above scenario then? Folder list on left. Message list on right. 2 side by side columns, independently scrollable from one another?
Thanks in advance!!!