I\'m trying to move the caret in a Flex TextArea to the end after appending some text from my code. I\'ve looked through the reference documentation for TextArea and its und
I believe you can directly set the textarea's scrollbar with
verticalScrollPosition : Number textArea.verticalScrollPosition(i);