Method WithAutoSizeOrder
| Improve this Doc View SourceWithAutoSizeOrder<T>(T, Int32)
Sets the number of order to calculate layout auto sizing.
Declaration
public static T WithAutoSizeOrder<T>(this T binding, int value)
where T : Binding
Parameters
| Type | Name | Description |
|---|---|---|
| T | binding | The binding. |
| System.Int32 | value | The vlaue. |
Returns
| Type | Description |
|---|---|
| T | The binding for fluent coding. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of binding. |
Remarks
By default, layout auto sizing is calculated based on order of bindings being added. You can change the order to fine tune the layout auto sizing calculation.