Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.14 KB

Access.Form.ScrollBars.md

File metadata and controls

43 lines (27 loc) · 1.14 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Form.ScrollBars property (Access)
vbaac10.chm13363
vbaac10.chm13363
Access.Form.ScrollBars
d35e3e88-10ce-20f8-d4b1-305b27992395
03/15/2019
medium

Form.ScrollBars property (Access)

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

Syntax

expression.ScrollBars

expression A variable that represents a Form object.

Remarks

The ScrollBars property uses the following settings.

Setting Visual Basic Description
Neither 0 No scroll bars appear on the form.
Horizontal Only 1 A horizontal scroll bar appears on the form.
Vertical Only 2 A vertical scroll bar appears on the form.
Both 3 (Default) Vertical and horizontal scroll bars appear on the form.

If your form is larger than the available display window, you can use the ScrollBars property to allow the user to view the entire form.

Use the NavigationButtons property to control record navigation.

[!includeSupport and feedback]