move_item_to
Description:
public virtual void move_item_to (
DockItem move,
DockItem target)
Move an item to the position of another item. This shifts all items which are between these two items.
Parameters:
move |
the item to move |
target |
the item of the new position |