Click or drag to resize

TreeGridViewDragInfoInsertIndex Property

Gets or sets the insertion index where the user is dragging to as a child of Item, or -1 if dragging over the Item.

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

Property Value

Type: Int32
The insertion index where the user is dragging to, otherwise -1 if dragging over an item.
Remarks
This is useful if the user is dragging between existing items, or the beginning or end of a child list.
See Also