LayoutItemDragController Constructors
Contains methods to move a layout item to a position next to another layout item.Name | Parameters | Description |
---|---|---|
LayoutItemDragController(BaseLayoutItem, BaseLayoutItem, InsertLocation, LayoutType) | dragItem, baseItem, insertLocation, layoutType | Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem, occupying its largest part (typically, half the region). |
LayoutItemDragController(BaseLayoutItem, BaseLayoutItem, MoveType, InsertLocation, LayoutType, Size) | dragItem, baseItem, moveType, insertLocation, layoutType, rating | This member supports the internal infrastructure and is not intended to be used directly from your code. |
LayoutItemDragController(BaseLayoutItem, BaseLayoutItem, MoveType, InsertLocation, LayoutType) | dragItem, baseItem, moveType, insertLocation, layoutType | Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem. |
LayoutItemDragController(BaseLayoutItem, BaseLayoutItem) | dragItem, baseItem | Initializes a new LayoutItemDragController instance with settings specifying that the_dragItem_ should be inserted horizontally after the baseItem, occupying its largest part (typically, half the region). |
LayoutItemDragController(BaseLayoutItem, LayoutItemDragController) | dragItem, controller | Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to another item, as specified by the settings of the controller parameter. |
LayoutItemDragController(BaseLayoutItem, LayoutGroup, Point) | dragItem, group, pt | Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted at a certain position within a specific group. |
See Also