constants MoveNeighborsEnum
The MoveNeighborsEnum type specifies how the elements are shifted once an element is moved. The The AllowMoveNeighbors property indicates whether the neighbor elements are shifted once the selection is moved or resized, so they won't intersect the dragging objects. The MoveNeighborsEnum type supports the following values:

NameValueDescription
exDisallowMoveNeighbors0 No element is moved.
exMoveNeighborsVertically1 The neighbor elements of the element that's currently moving, are shifted vertically.
exMoveNeighborsHorizontally2 The neighbor elements of the element that's currently moving, are shifted horizontally.
exMoveNeighborsByDragDir3 The neighbor elements of the element that's currently moving, are shifted based on the direction of moving.