셀을 그리기 전에 표시될 컨트롤을 셀의 위치로 이동하고 셀의 크기로 조정할때 호출됩니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: 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
) |
See Also