Hello All,
I am trying to find the common methods, when comparing the TextArea from
Flash 8 to the TextArea from Flex 2.0 -
In my Flash App, whenever I wanted to scroll my TextArea all the way to
the bottom, I used the following code:
myTextArea.vPosition = myTextArea.maxVPosition;
I am trying to sift through the Properties and Methods of the Flex
version, and I am not entirely sure how to accomplish this.
Could any of you point me in the right direction?
Thanks in advance for all your help,
Mike