In This Article

TreeMultiDragKind Enum

Specifies the item multi-drag mode for a tree control.

public enum TreeMultiDragKind

Fields

Name Description
Any

Any node can be dragged.

None

Drags are not allowed when multiple items are selected. Only single item selection drags are permitted.

SameDepth

Any node at the same depth can be dragged.

SameType

Any node that is the same type can be dragged.

Siblings

Any node that shares the same parent can be dragged.