Type: | Control attribute |
Description: | Specifies whether vertical and/or horizontal scroll bars are shown on the control.
(Horizontal scroll bars not valid for list boxes) |
Control Types: | List boxes, tables, text boxes, trees. |
Data Type: | integer |
Default Value: | VAL_NO_SCROLL_BARS (text boxes), VAL_VERT_SCROLL_BAR (list boxes), VAL_BOTH_SCROLL_BARS (tables and trees) |
Values
VAL_NO_SCROLL_BARS | |
VAL_HORIZ_SCROLL_BAR | Not valid for list boxes. |
VAL_VERT_SCROLL_BAR | |
VAL_BOTH_SCROLL_BARS | Not valid for list boxes. |