Type: | Control attribute |
Description: | Specifies the size of the scroll bars, in pixels.
The valid values for setting the size are VAL_SMALL_SCROLL_BARS, VAL_MEDIUM_SCROLL_BARS and VAL_LARGE_SCROLL_BARS. The numeric value of these constants correspond to the width of the scroll bar in pixels. |
Control Types: | List boxes, tables, text boxes, trees. |
Data Type: | integer |
Default Value: | VAL_LARGE_SCROLL_BARS |
Values
VAL_MEDIUM_SCROLL_BARS | Medium-sized scroll bars that contain up and down arrows. |
VAL_SMALL_SCROLL_BARS | Small scroll bars that contain up and down boxes instead of up and down arrows. |
VAL_LARGE_SCROLL_BARS | Large scroll bars that contain up and down arrows. |