Click or drag to resize

TreeGridViewDragInfoPosition Property

Gets a value indicating whether the drop should insert before, after, or over the Item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public GridDragPosition Position { get; set; }

Property Value

Type: GridDragPosition
The position to insert the dropped item, or over.
Remarks
When this is Before or After, you can use the InsertIndex to determine what index to insert the item as a child of the Parent node.
See Also