ScrollProperties.LargeChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the distance to move a scroll bar in response to a large scroll command.
public:
property int LargeChange { int get(); void set(int value); };
public int LargeChange { get; set; }
member this.LargeChange : int with get, set
Public Property LargeChange As Integer
Property Value
An Int32 describing how far, in pixels, to move the scroll bar in response to a large change.
Exceptions
LargeChange cannot be less than zero.
Remarks
LargeChange is used to determine how far the scroll bar is moved in response to a request to move a considerable distance, such as when the user presses the PAGE UP or PAGE DOWN button.