Click or drag to resize

TableLayoutSetRowScale Method

Sets the scale for the specified row.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void SetRowScale(
	int row,
	bool scale = true
)

Parameters

row
Type: SystemInt32
Row to set the scale for.
scale (Optional)
Type: SystemBoolean
If set to true scale, otherwise size to preferred size of controls in the row.
See Also