I'm attempting to drag/drop to rearrange the "owners" or better stated, the rows in the UltraTimelineView. I have tried the DragDrop event, but I can't get it to break when I try to drag one of the rows. I want to rearrange the rows by dragging / dropping. Does anyone have info on this? Any advice on this would be greatly appreciated.
Hello Saad,
You would need to call hook DragDrop event to the timelineView and call PointToClient method.
The PointToClient method Returns the Owner at the specified point, or null if the hit test did not yield an Owner.
I believe this post can help you achieving your requirement:
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/40991/timelineview-ownerfrompoint-drag-drop/229174#229174
If you want to drag drop appointment then you can refer to this post:
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/107182/ultratimelineview-appointments-drag
Let me know if you have any question.