Click or drag to resize

GridViewDragInfoPosition Property

Gets the position of the ChildIndex relative to the item under the mouse cursor.

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.
Remarks
When dragging between items, this will tell you if the ChildIndex specified is after or before the item under the mouse cursor. This allows you to adjust the Item and ChildIndex.
See Also