Dear all,
I came back after a while and I see a great forum improvement. Kudos!
By the way, I ask your opinions on something I’m trying to do, but I’m not sure how to do it. I am using the sample ScrollView, and I can place where I want it. Good. Now the questions
How can I modify how the ScrollView wraps the text with new lines? I’ve tried to set the scrollWidth property, but it didn’t affect anything.
And the hard one:
How can I “auto-scroll” the view?
I mean, it should automagically go up (as if it were dragged) at a steady rate, but I’d like to be able to get touch events. So that if I want I can set it back to the origin, and after a timeout, it starts going up again.
Thanks & Cheers!