WebBrowserControl.ScrollBars property (Access)

Use the ScrollBars property to specify whether scroll bars appear on a control. Read/write Byte.

Syntax

expression.ScrollBars

expression A variable that represents a WebBrowserControl object.

Remarks

The ScrollBars property uses the following settings.

Setting Visual Basic Description
None 0 (Default) No scroll bars appear on the control.
Vertical 2 A vertical scroll bar appears on the control.

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.