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