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 "haloGreen", "haloBlue", and "haloOrange". The default value is "haloGreen".

borderStyle

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 "inset".

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).