Customizing the ScrollPane

You can transform a ScrollPane component horizontally and vertically while authoring and at run time. While authoring, select the component on the Stage and use the Free Transform tool or any of the Modify > Transform commands. At run time, use the setSize() method or any applicable properties and methods of the ScrollPane class, such as the height, width, scaleX, and scaleY.

The ScrollPane component has the following graphical characteristics:

Related topics