I have a layout with a scrollView inside it.
How can I calculate what's the possible scroll size?
I would think:
(scroll's content desired height) - window.height = (invisible content height)
But how do I get the scroll's content actual desired height?
I can get the scrollView height, which is not what I need.
I saw this post, but I don't get the calaulation.
int diff = (view.getBottom() - (getHeight() + getScrollY()));// Calculate