Is there a simple code example for scrolling text in a ScrollView in B4i? I wish a coding example was included in the documentation. Thanks in advance for any help you can provide.
I would use a Timer and use a scrollto on the scrollview, incrementally by a certain amount... don't know if that helps. Do you want to scrollview to scroll down constantly and then come back to the top? What do you want to achieve exacly?