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