셀이 화면내에 표시될 수 있도록 스크롤을 조정합니다.

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

Syntax

C#
public void EnsureVisible()
Visual Basic
Public Sub EnsureVisible
Visual C++
public:
void EnsureVisible()

Remarks

이미 화면내에 표시가 되었다면 아무 동작도 일어나지 않습니다.

See Also