While not your original request, it seems like scrollBy(int,int) would meet your needs.
Cheers, Justin Android Team @ Google On Oct 21, 1:52 pm, Al_R <[EMAIL PROTECTED]> wrote: > I have a TextView (called tv) which is a child element of a ScrollView > (called sv). When I add text to tv, I want to be able to scroll down. > I've tried using sv.fullScroll(View.FOCUS_DOWN) and also > sv.scrollTo(value1, value2). This doesn't work, if I try > tv.scrollTo(value1, value2), it doesn't scroll at all and doesn't show > any response. I can't work out the proper way to do this, any help is > appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

