ATTR_SCROLL_BAR_SIZE (Control)
Type: | Control attribute |
Description: | Specifies the size (width) of the scroll bars, in pixels. Defined values for setting the size are VAL_SMALL_SCROLL_BARS (8 pixels), VAL_MEDIUM_SCROLL_BARS (12 pixels), and VAL_LARGE_SCROLL_BARS (16 pixels). |
Control Types: | List boxes, tables, text boxes, trees. |
Data Type: | integer |
Valid Range: | 8 to 32767 |
Default Value: | VAL_LARGE_SCROLL_BARS |
LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
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. |