Click or drag to resize

TableLayoutSetColumnScale Method

Sets the scale for the specified column.

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

Parameters

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