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
)
Public Sub SetColumnScale (
column As Integer,
Optional scale As Boolean = true
)
member SetColumnScale :
column : int *
?scale : bool
(* Defaults:
let _scale = defaultArg scale true
*)
-> unit
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