An enumeration for determining where a dropped row goes.
Syntax
[GLib.GType(typeof(Gtk.TreeViewDropPositionGType))]
public enum TreeViewDropPosition
Remarks
Members
| Member Name | Description |
|---|
| Before | Drop before this row. |
| After | Drop after this row. |
| IntoOrBefore | Drop as a child of this row (with fallback to before if into is not possible). |
| IntoOrAfter | Drop as a child of this row (with fallback to after if into is not possible). |
Requirements
Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0