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
For people looking for the Spark component way to do this, Flex 4.5, use selectRange(anchorIndex, activeIndex)
selectRange(anchorIndex, activeIndex)