셀을 그리기 전에 표시될 컨트롤을 셀의 위치로 이동하고 셀의 크기로 조정할때 호출됩니다.

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

Syntax

C#
protected virtual void SetViewControlLayout(
	TView viewControl,
	Point location,
	Size size
)
Visual Basic
Protected Overridable Sub SetViewControlLayout ( _
	viewControl As TView, _
	location As Point, _
	size As Size _
)
Visual C++
protected:
virtual void SetViewControlLayout(
	TView viewControl, 
	Point location, 
	Size size
)

Parameters

viewControl
Type: TView
편집 또는 표시에 사용되는 컨트롤의 인스턴스입니다.
location
Type: System.Drawing..::..Point
셀의 안쪽영역의 위치입니다.
size
Type: System.Drawing..::..Size
셀의 안쪽영역의 크기입니다.

See Also