ScrollPane.refreshPane()

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

scrollPaneInstance.refreshPane()

Parameters

None.

Returns

Nothing.

Description

Method; refreshes the scroll pane after content is loaded. This method reloads the contents. You could use this method if, for example, you've loaded a form into a ScrollPane and an input property (for example, in a text field) has been changed using ActionScript. Call refreshPane() to reload the same form with the new values for the input properties.

Example

The following example refreshes the scroll pane instance sp:

sp.refreshPane();