TextArea.maxVPosition

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

textAreaInstance.maxVPosition

Description

Property (read-only); indicates the maximum value of TextArea.vPosition. The default value is 0.

Example

The following code scrolls the text to the bottom of the component:

myTextArea.vPosition = myTextArea.maxVPosition;

See also

TextArea.hPosition