TableLayoutIHandlerSetColumnScale Method |
Sets the scale for the specified column.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetColumnScale(
int column,
bool scale
)
Sub SetColumnScale (
column As Integer,
scale As Boolean
)
abstract SetColumnScale :
column : int *
scale : bool -> unit
Parameters
- column
- Type: SystemInt32
Column to set the scale for. - scale
- Type: SystemBoolean
If set to true scale, otherwise size to preferred size of controls in the column.
See Also