java - Reset TextView position (scrollable) on new text load -


my page loads textview scrollable. unfortunately position appears stick when loading new text view, text appears offscreen or invisible entirely. there way reset "viewed" text top?

textview have method inherited view use, called scrollto(x,y)

so put:

mytextview.scrollto(0,0) 

Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -