No - sorry doesn't work.
I did find a solution elsewhere though - and the following was a huge help:
http://www.experts-exchang
Cheers
Marty
Main Topics
Browse All TopicsHello
I have a problem with a scrollpane component.
The scrollpane loads a movieclip which consists of a dynamic number of 'rows' made up of a dynamic label, followed by a dynamic number of buttons following. E.g.
YourNameHere X X X X X X X
Here'sAnother X X X X X X X
LuckyNumber3 X X X X X X X
When the size of the movie exceeds the size of the scrollpane, the scrollbars don't show up as expected. I suspect that this is because the inital size of the movieclip at the time the scrollpane loads the clip is smaller than the scroll area.
I have tried calling scrollPane.refreshPane(), however all this does is reload the content -- which receives the original size of the movie clip.
I also read somewhere on the net that you need to embed all the characters for the fonts in dynamic labels when inside a scrollpane. I've done this, but to no avail.
I can make scroll bars appear if I draw a box inside the movieclip that's bigger than the scrollpane area. However this is somewhat of a nasty solution I don't really want to entertain.
Help please!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
No - sorry doesn't work.
I did find a solution elsewhere though - and the following was a huge help:
http://www.experts-exchang
Cheers
Marty
Business Accounts
Answer for Membership
by: negatyvePosted on 2005-03-28 at 17:59:25ID: 13648845
If you are using flash mx 2004, use:
scrollPane.redraw(true);