ActionScript 2.0 Components Language Reference |
|
|
|
| ScrollPane component > Customizing the ScrollPane component > Using styles with the ScrollPane component | |||
The ScrollPane supports the following styles:
|
Style |
Theme |
Description |
|---|---|---|
themeColor
|
Halo |
The base color scheme of a component. Possible values are |
|
|
Both |
The ScrollPane component uses a RectBorder instance as its border and responds to the styles defined on that class. See RectBorder class. The default border style is |
scrollTrackColor
|
Sample |
The background color for the scroll track. The default value is 0xCCCCCC (light gray). |
symbolColor
|
Sample |
The color of the arrows on the scrollbar buttons. The default value is 0x000000 (black). |
symbolDisabledColor
|
Sample |
The color of disabled arrows on the scrollbar buttons. The default value is 0x848384 (dark gray). |
|
|
|
|