PDA

View Full Version : ScrollPane resize squishes text


FlashBulb
05-31-2005, 07:54 PM
I have a ScrollPane on my stage, with an empty movieclip inside, and I createTextField some text into that movieclip. The width of the ScrollPane changes dynamically according to the size of other things on the Stage.

The problem is that the movieclip within the ScrollPane gets its width changed along with the ScrollPane, and ends up looking squished or stretched. How can I resize my ScrollPane while leaving the content intact?

FlashBulb
06-02-2005, 02:36 PM
Thanks for all your help, guys.

It's UIObject.setSize that I needed. I was just setting the _width.

ljones
02-28-2006, 03:39 PM
thanks FlashBulb, I needed this!