up vote 1 down vote favorite
1
share [g+] share [fb]

Is there a way to programmatically scroll the canvas to its topmost position?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 2 down vote accepted

verticalScrollPosition = 0

link|improve this answer
Don't forget that you might need to make the call after the screen refresh, which you can do by using callLater() livedocs.adobe.com/flex/3/html/… – ajh1138 Aug 3 '09 at 18:36
feedback

Try using DisplayObject's scrollRect property.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.