Vixen
02b45cc4
csharp
public enum DropPosition

Where 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)

  • Into

    As a child of it.

  • Before

    As its previous sibling.

  • After

    As its next sibling.

Used by (3)

  • TreeViewVixen.Ui.Controls.Advanced
  • TreeViewTestsVixen.Ui.Controls.Advanced.Tests
  • OutlinerTestsVixen.Editor.App.Tests