Click or drag to resize

TableLayoutMove Method (Control, Point)

Move the specified control to a new location.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Move(
	Control control,
	Point location
)

Parameters

control
Type: Eto.FormsControl
Control to move.
location
Type: Eto.DrawingPoint
New location of the control.
Remarks
If a control already exists in the new location, it will be replaced. Only one control can exist in a cell. The old location of the control will have an empty space.
See Also