가까운 거리를 이동하는 명령에 대한 응답으로 스크롤 막대를 움직일 거리를 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public int SmallChange { get; }
Visual Basic
Public ReadOnly Property SmallChange As Integer
	Get
Visual C++
public:
property int SmallChange {
	int get ();
}

Return Value

스크롤 막대를 움직일 거리를 나타내는 Int32형태의 정수 값입니다.

See Also