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; }
Public Property Position As GridDragPosition
Get
Set
member Position : GridDragPosition with get, set
Property Value
Type:
GridDragPositionThe 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