ScrollPane.hLineScrollSize

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

scrollPaneInstance.hLineScrollSize

Description

Property; the number of pixels to move the content when the left or right arrow in the horizontal scroll bar is pressed. The default value is 5.

Example

This example increases the horizontal scroll unit to 10:

scrollPane.hLineScrollSize = 10;