vote up 1 vote down star

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

flag

43% accept rate

2 Answers

vote up 1 vote down

verticalScrollPosition = 0

link|flag
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/… – ajh1138 Aug 3 at 18:36
vote up 0 vote down

Try using DisplayObject's scrollRect property.

link|flag

Your Answer

Get an OpenID
or

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