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.