In This Article

TreeItemDropArea Enum

Specifies a drop area when a drag is over a target item.

public enum TreeItemDropArea

Fields

Name Description
After

The drag is over the bottom portion of the target item, hinting to to insert after the target item.

Before

The drag is over the top portion of the target item, hinting to to insert before the target item.

None

The drag is not over a target item.

On

The drag is directly over the target item, hinting to insert into the target item.