[android-developers] ScrollView and programmatically scrolling

2010-06-16 Thread Neilz
Hi all. When I update the textview within my scrollview, I want the scrollview to automatically scroll down to the bottom, so that the latest text is displayed. I've tried this code: scroll.fullScroll(ScrollView.FOCUS_DOWN); ...and it worked once or twice, intermittently, but generally has no e

[android-developers] ScrollView and Programmatically Scrolling

2009-04-03 Thread droozen
So, I have a ScrollView with a single TextView inside it. Upon initial startup I set the text of the text view to an internally stored string and try: ScrollView myScroll = (ScrollView) findViewById(R.id.my_scroll_id); myScroll.fullScroll(ScrollView.FOCUS_DOWN); No scrolling happens. (The string