Using ActionScript 3.0 Components |
|
|
|
| Customizing the UI Components > Customizing the UIScrollBar | |||
You can transform a UIScrollBar component horizontally and vertically while authoring and at run time. However, a vertical UIScrollBar does not allow you to modify the width, and a horizontal UIScrollBar does not allow you to modify the height. 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 of the UIScrollBar class such as the width, height, scaleX, and scaleY properties.
|
NOTE |
If you use the |
|
|
|
|