TextArea.maxHPosition

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

textAreaInstance.maxHPosition

Description

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

Example

The following code scrolls the text to the far right:

myTextArea.hPosition = myTextArea.maxHPosition;

See also

TextArea.vPosition