Click or drag to resize

GridViewDragInfoIndex Property

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

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

Property Value

Type: Int32
The insertion index where the user is dragging to, otherwise -1.
Remarks
This is useful if the user is dragging inbetween existing items, or the beginning or end of a child list. Only some platforms may support this property, otherwise it will always return -1.
See Also