Dynamic Text Box Resize

Alright, this question has been sort of asked, but my case is a tad bit different, as I have searched the forum and haven’t found the right answer.

I need to resize a dynamic text box to its contents. I know about the TextField.autoSize property, but what I need is only a vertical resize, not horizontal. I tried just doing autosize and then setting the width back to the original width, but it didn’t work, and in any case it will most likely make the text malformed. If anybody knows how I can do this it would be great.

Oh, wow that’s perfect. I guess I didn’t even realize what I was testing the autoSize property with wasn’t multiline. Don’t you hate it when you overlook a small detail?

Anyway, thanks for spending the time to help me with this. Now I’ve got to get to work…

No problem:thumb: