Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.85 KB

largechange-property.md

File metadata and controls

43 lines (29 loc) · 1.85 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
LargeChange property
fm20.chm5225049
fm20.chm5225049
Office.LargeChange
61187f0d-4bba-d761-2bcb-400de7b7d42e
11/16/2018
medium

LargeChange property

Specifies the amount of movement that occurs when the user clicks between the scroll box and scroll arrow.

Syntax

object.LargeChange [= Long ]

The LargeChange property syntax has these parts:

Part Description
object Required. A valid object.
Long Optional. An integer that specifies the amount of change to the Value property.

Remarks

The LargeChange property applies only to the ScrollBar. It does not apply to the scrollbars in other controls such as a TextBox or a drop-down ComboBox.

The value of LargeChange is the amount by which the scrollbar's Value property changes when the user clicks the area between the scroll box and scroll arrow. The direction of the movement is always toward the place where the user clicks. For example, in a horizontal ScrollBar, clicking to the left of the scroll box moves the scroll box to the left. In a vertical ScrollBar, clicking above the scroll box moves the scroll box up.

LargeChange does not have units. Any integer is a valid setting for LargeChange. The recommended range of values is from -32,767 to +32,767, and the value must be between the values of the Max and Min properties of the ScrollBar.

See also

[!includeSupport and feedback]