Click or drag to resize

GridViewDragInfoInsertIndex Property

Gets the insertion index of drop operation, or -1 if not an insert (dragging over)

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

Property Value

Type: Int32
The index to insert the item.
See Also