ScrollPane.vLineScrollSize

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

scrollPaneInstance.vLineScrollSize

Description

Property; the number of pixels to move the display area when the up or down arrow button in a vertical scroll bar is pressed. The default value is 5.

Example

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

scrollPane.vLineScrollSize = 10;