I have my own ScrollView (advanced android.widget.ScrollView), which I use in my layout. I want to measure the overall height of the contents of this scroll. getHeight () and getMeasuredHeight () do not give me the correct values (numbers are too high).
Background information: I want to determine how far the user scrolls. I use onScrollChanged to get the X value, but I need to know the percentage, so I need the overall scrollbar height.
Thank you so much! Erik
android scroll scrollview
Erik Aug 31 '10 at 13:05 2010-08-31 13:05
source share