How Can We Help?
Field WdgScrollBars
Indicates whether a form field or a window has attached scroll bars.
Valid Values
An integer code, as shown in the tables that follow.
For FormFields
Code | Meaning |
0 | None (DEFAULT) |
1 | Horizontal |
2 | Vertical |
3 | Both |
For Windows
Code | Meaning |
1 | Yes (the window can have scroll bars) (DEFAULT) |
2 | No (the window may not have scroll bars) |