ScrollProperties::LargeChange Property

 

Gets or sets the distance to move a scroll bar in response to a large scroll command.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int LargeChange {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An Int32 describing how far, in pixels, to move the scroll bar in response to a large change.

Exception Condition
ArgumentOutOfRangeException

LargeChange cannot be less than zero.

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.

.NET Framework
Available since 2.0
Return to top
Show: