VerticalScrollbarSide property
Specifies whether a vertical scroll bar appears on the right or left side of a form or page.
Syntax
object.VerticalScrollbarSide [= fmVerticalScrollbarSide ]
The VerticalScrollbarSide property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
fmVerticalScrollbarSide | Optional. Where the scroll bar should appear. |
Settings
The settings for fmVerticalScrollbarSide are:
Constant | Value | Description |
---|---|---|
fmVerticalScrollbarSideRight | 0 | Puts the scroll bar on the right side (default). |
fmVerticalScrollBarSideLeft | 1 | Puts the scroll bar on the left side. |
Remarks
The VerticalScrollBarSide property is particularly useful if the form will be used in an environment where reading occurs from right to left.
See also
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.