Scrolling automatically to the bottom of a textarea control in Flex

This is more for archive sake, but this did the trick ;)

http://butterfliesandbugs.wordpress.com/2007/08/20/scrolling-to-the-bottom-of-a-container-or-textarea-automatically/

The real trick is doing it in the valueCommit handler, not the change handler (which is where I tried originally)

Leave a Reply