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
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
2 matches
Mail list logo