LayoutController.Move Method
Name | Parameters | Description |
---|---|---|
Move(BaseLayoutItem, BaseLayoutItem, MoveType, Int32) | item, target, type, insertIndex | Moves the BaseLayoutItem next to another item or into another group at the precise position, specified by an insertIndex parameter. |
Move(BaseLayoutItem, BaseLayoutItem, MoveType) | item, target, type | Moves the specified item to the position next to another item or into another group. |