vScrollBar
Determines when an object has a vertical scroll bar.
Property of
Grid, ListBox
Description
The vScrollBar property determines when and if a control displays a vertical scrollbar. It may have any of four settings:
Value |
Description |
0 (Off) |
The object never has a vertical scroll bar. |
1 (On) |
The object always has a vertical scroll bar. |
2 (Auto) |
Displays a vertical scroll bar only when needed. |
3 (Disabled) |
The vertical scroll bar is visible but not usable. |