I'm a little confused. Is the TextArea adding extra space for an unknown reason or are there actually extra white space characters at the end of the text of the TextArea that you need to get rid of?
- Dan Freiman nondocs <http://nondocs.blogspot.com> On 5/1/07, Mark Walters <[EMAIL PROTECTED]> wrote:
Has anyone else run into the issue of TextArea components adding extra whitespace or padding at the bottom when setting height to textHeight? What's the recommended way of setting "autosize" on Flex TextArea components? I'm using the creationComplete event and then setting textArea.height = textArea.textHeight. When I do this though it doesn't just open up the TextArea to the size of the text, but also adds a lot of white space at the bottom. I did try setting condenseWhite to true, but that is not the issue, it still adds a large amount of whitespace to the bottom. Thanks, -- Mark Walters

