WdScrollbarType enumeration (Word)
Specifies when scroll bars are available for the specified frame when viewing its frames page in a web browser.
Name | Value | Description |
---|---|---|
wdScrollbarTypeAuto | 0 | Scroll bars are available for the specified frame only if the contents are too large to fit in the allotted space. |
wdScrollbarTypeNo | 2 | Scroll bars are never available for the specified frame. |
wdScrollbarTypeYes | 1 | Scroll bars are always available for the specified frame. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.