Returns or sets when scroll bars are available for the specified frame when viewing its frames page in a Web browser. Read/write Long. Can be one of the WdScrollBarType constants listed in the following table.
Constant | Description |
---|---|
wdScrollBarTypeAuto | Scroll bars are available for the specified frame only if the contents are too large to fit in the allotted space. |
wdScrollBarTypeNo | Scroll bars are never available for the specified frame. |
wdScrollBarTypeYes | Scroll bars are always available for the specified frame. |
Remarks
For more information on creating frames pages, see Creating frames pages.