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

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(
	Cell cell
)
Visual Basic
Public Sub EnsureVisible ( _
	cell As Cell _
)
Visual C++
public:
void EnsureVisible(
	Cell^ cell
)

Parameters

cell
Type: Ntreev.Windows.Forms.Grid..::..Cell

[Missing <param name="cell"/> documentation for "M:Ntreev.Windows.Forms.Grid.GridControl.EnsureVisible(Ntreev.Windows.Forms.Grid.Cell)"]

See Also