System.Windows.Forms.ScrollBar.LargeChange Property

Gets or sets a value to be added to or subtracted from the ScrollBar.Value property when the scroll box is moved a large distance.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.DefaultValue(10)]
public int LargeChange { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the user clicks in the scroll bar track on either side of the scroll box, the ScrollBar.Value property changes according to the value set in the ScrollBar.LargeChange property.

Note:

You can handle key press events so that when the user presses the PAGE UP or PAGE DOWN key the scroll box moves.

User interface guidelines suggest that the ScrollBar.SmallChange and ScrollBar.LargeChange properties are set relative to the size of the view that the user sees, not to the total size including the unseen part. For example, if you have a picture box with scroll bars displaying a large image, the ScrollBar.SmallChange and ScrollBar.LargeChange properties should be set relative to the size of the picture box, not to the size of the image.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0