ScrollProperties::SmallChange Property

 

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

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

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

Property Value

Type: System::Int32

An Int32 representing how far, in pixels, to move the scroll bar.

SmallChange is used to calculate how far to move the scroll bar in response to an arrow key click or a click on a scroll bar button.

.NET Framework
Available since 2.0
Return to top
Show: