즉시 스크롤을 조정합니다.

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

Syntax

C#
public bool DoScroll(
	ScrollEventType scrollEventType
)
Visual Basic
Public Function DoScroll ( _
	scrollEventType As ScrollEventType _
) As Boolean
Visual C++
public:
bool DoScroll(
	ScrollEventType scrollEventType
)

Parameters

scrollEventType
Type: System.Windows.Forms..::..ScrollEventType
스크롤 방식을 지정하는 ScrollEventType입니다.

Return Value

스크롤이 성공하여 값이 변경되었으면 true를, 그렇지 않다면 false를 반환합니다.

See Also