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 is particularly useful if the form will be used in an environment where reading occurs from right to left.