Hi all, normally my scrollview scrolls down when text is added to the
textview it wraps around. When I scroll up, I want to stop it from
autoscrolling. I have boolean which says if it should scroll or not,
but the problem I'm having it to work out if the scrollbar is at the
bottom of the scrollview or not. If it is, then autoscroll should
happen. I have a touchlistener which called onScroll or onFling when I
scroll and I set the boolean there.

I'm sure the solution is really simple but for the life of me, I can't
work it out. How do I calculate if the scrollbar position is at the
bottom of the scrollview?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to