Is there a way to create a scrollable viewing area, which would allow me to add an arbitrary number of "elements" (stacked vertically) where the whole stack can be moved (like a menu with up/down swiping) but each element can have labels and interactions (with multiple clickable areas)?
Menu2 appears to be too restrictive, and a normal View appears to be completely static (where any up/down swiping fire onNextPage and onPreviousPage)
I want to be able to show and interact with multiple items on screen at the same time without the need to swipe up/down through whole pages.
I'm struggling to see if or how this would be possible.