Click or drag to resize

TableLayoutMove Method (Control, Int32, Int32)

Moves the specified control to the new x and y coordinates.

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

Parameters

control
Type: Eto.FormsControl
Control to move.
x
Type: SystemInt32
The new x coordinate.
y
Type: SystemInt32
The new y coordinate.
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