How do you programmatically move the caret of a Flex TextArea to the end?

前端 未结 6 1299
眼角桃花
眼角桃花 2021-01-12 15:25

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

6条回答
  •  情深已故
    2021-01-12 16:07

    For people looking for the Spark component way to do this, Flex 4.5, use selectRange(anchorIndex, activeIndex)

提交回复
热议问题