Am wanting to create a scrollview that scrolls up automatically, like the credits at the end of a movie. I've got a few ideas how to go about it but they all seem rather complicated. Anybody done this before? I see in some posts you can make a scrollview scroll programatically, but I can't seem to figure it out.
If I understand your question well, you want to scroll up the content of the ScrollView.
If yes, you can use a Timer and in the Timer_Tick routine increase the ScrollView1.ScrollPosition.