Hi, I have a single ScrollView
, depending on what button a user presses, the content (text) for the scrollview is updated, often with differing lengths.
When the text is changed I need to reset the scrollview so that the scroll bar is at the top again, just now when I scroll, the scrollview stays scrolled when the text is changed and I need to manually reset it by scrolling.
How would I go about doing this so it's automatic? I can't see anything in the API docs, on these forums or on stackoverflow.
Thanks