List.vPosition

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

listInstance.vPosition

Description

Property; scrolls the list so that index is the topmost visible item. If index is out of bounds, goes to the nearest in-bounds index. The default value is 0.

Example

The following example sets the position of the list to the first index item:

myList.vPosition = 0;