KeepScrollBarsVisible property
Specifies whether scroll bars remain visible when not required.
Syntax
object.KeepScrollBarsVisible [= fmScrollBars ]
The KeepScrollBarsVisible property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
fmScrollBars | Optional. Where scroll bars are displayed. |
Settings
The settings for fmScrollBars are:
Constant | Value | Description |
---|---|---|
fmScrollBarsNone | 0 | Displays no scroll bars. |
fmScrollBarsHorizontal | 1 | Displays a horizontal scroll bar. |
fmScrollBarsVertical | 2 | Displays a vertical scroll bar. |
fmScrollBarsBoth | 3 | Displays both a horizontal and a vertical scroll bar (default). |
Remarks
If the visible region is large enough to display all the controls on an object such as a Page object or a form, scroll bars are not required. The KeepScrollBarsVisible property determines whether the scroll bars remain visible when they are not required.
If the scroll bars are visible when they are not required, they appear normal in size, and the scroll box fills the entire width or height of the scroll bar.
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.