Property | Type | Description |
background |
string |
A background image to be placed behind the scrollbar. |
bgcolor |
string |
A color, RGB or named, to be used as the scrollbar background. If neither bgcolor nor background is supplied, the scrollbar is transparent. |
direction |
string |
Either "horizontal" or "vertical" indicating the visible direction that the scrollbar is oriented. |
height |
integer |
height, in pixels, of the scrollbar. |
width |
integer |
width, in pixels, of the scrollbar. |
x |
integer |
x-coordinate of the upper left corner of the scrollbar, relative to its container. |
y |
integer |
y-coordinate of the upper left corner of the scrollbar, relative to its container. |
range |
integer |
The upper limit of the range of the scrollbar's value. The value will range from 0 to the number specified by 'range'. This property can be set to a runclient() dynamic expression, in which case the range will change as the expression changes. |