TextArea.vPosition

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

textAreaInstance.vPosition

Description

Property; defines the vertical position of text in a text field. The scroll property is useful for directing users to a specific paragraph in a long passage, or creating scrolling text fields. You can get and set this property. The default value is 0.

Example

The following code makes the topmost characters in a field display:

myTextArea.vPosition = 0;