ScrollPane.scrollDrag

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

scrollPaneInstance.scrollDrag

Description

Property; a Boolean value that indicates whether there is scrolling when a user presses and drags within the ScrollPane (true) or not (false). The default value is false.

Example

This example enables mouse scrolling within the scroll pane:

scrollPane.scrollDrag = true;