Vincent Rempp escreveu: > In the flex app, I have a panel and that is set to a width and height > of 100%. I'm also using states and on a state, I've built a really > long form. When the user clicks the form, it goes to a different > state but the vertical scrollbar does not move. I need to invoke or > force that scrollbar so that it moves to the top. Does anyone knows > how to do that? > > Thanks, > Vincent > > ------------------------------------------------------------------------ > Ne gardez plus qu'une seule adresse mail ! Copiez vos mails > <http://fr.rd.yahoo.com/mail/mail_taglines/trueswitch/*http://www.trueswitch.com/yahoo-fr/> > > vers Yahoo! Mail > > __________ NOD32 2760 (20080102) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com Try this:
Application.application.verticalScrollPosition = 0; Regards, Frederico Garcia

