I have a TextView control in my ViewController with a whole bunch of text in it. Too much to display at once.
When the controller loads the text that show is about in the middle of the complete text. I can scroll to the top or the bottom manually ok, but I want the text to be at the start of the whole text when the controller loads.
How do I do that?