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