ScrollPane.hPageScrollSize

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

scrollPaneInstance.hPageScrollSize

Description

Property; the number of pixels to move the content when the track in the horizontal scroll bar is pressed. The default value is 20.

Example

This example increases the horizontal page scroll unit to 30:

scrollPane.hPageScrollSize = 30;