Viewer.ScrollbarsVisible property (Visio Viewer)
Gets or sets a value that indicates whether the scroll bars are visible in Microsoft Visio Viewer. Read/write.
Syntax
expression.ScrollbarsVisible
expression An expression that returns a Viewer object.
Return value
Boolean
Remarks
The default is for the scroll bars to be visible (True).
Example
The following code turns off display of the scroll bars in the drawing that is open in Visio Viewer.
vsoViewer.ScrollbarsVisible = False
Support and feedback
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.