I am trying to display some widgets that can be displayed partially (e.g. cropped). Currently I am only able to do it using scrollable widget because it sets limits of the child component to INFINITY. But in my case I don’t need scrollable “scroll” feature because I will be doing scrolling manually.
So in my case having simple container that can set children limits to infinity would be very helpful.