TreeViewDropPosition
-
class TreeViewDropPosition
An enum for determining where a dropped row goes.
Fields
-
class TreeViewDropPosition
-
AFTER
Dropped row is inserted after
-
BEFORE
Dropped row is inserted before
-
INTO_OR_AFTER
Dropped row becomes a child or is inserted after
-
INTO_OR_BEFORE
Dropped row becomes a child or is inserted before