I have a page with a scrollable column at the topmost level, below it I have 2 containers each taking 50% of space: 1 container has user information and another container with a staggeredGridView with pictures, the topmost column is not scrolling because the staggeredgridView is scrolling when user interacts with it. but I want to be able to do one of these 2 solutions:
user can scroll the top most column (like facebook profile when you click on photos, the staggeredView is not scrollable but the main column is)
users can drag the staggeredview container top up so that area takes over the remaining size of the page)
any suggestions?