csharp
public enum DropPositionWhere a dropped node lands relative to the row it was dropped on.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
IntoAs a child of it.
BeforeAs its previous sibling.
AfterAs its next sibling.
Used by (4)
- TreeViewVixen.Ui.Controls.Advanced
- TreeViewTestsVixen.Ui.Controls.Advanced.Tests
- OutlinerDragTestsVixen.Editor.App.Tests
- OutlinerTestsVixen.Editor.App.Tests