ScrollPane.vPageScrollSize

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

scrollPaneInstance.vPageScrollSize

Description

Property; the number of pixels to move the display area when the track in a vertical scroll bar is pressed. The default value is 20.

Example

This code increases the amount that the display area moves when the vertical scroll bar arrow buttons are pressed to 30:

scrollPane.vPageScrollSize = 30;