DisplayVerticalScrollBar Property
Applies To
Window object.
Description
True if the vertical scroll bar is displayed. Read/write Boolean.
See Also
DisplayHorizontalScrollBar property, DisplayScrollBars property.
Example
This example turns on the vertical scroll bar for the active window.
ActiveWindow.DisplayVerticalScrollBar = True