![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
scrollPaneInstance.scrollDrag
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.
This example enables mouse scrolling within the scroll pane:
scrollPane.scrollDrag = true;
![]() ![]() | |