In addition to problem above, I found 2 more problem for row dragging
- when I use the code defined
here with the title "
How to reorder the underlying data?" this code is not working for 2 reasons 1) collection.Insert(e.To - 1, e.RowData); this line is wrong for the reason above. I fix that in the attached sample project.
2) Although my fix is working, you can watch the collection object changes which looks fine, UI will not be updated correctly.
Please see the attached project. I tested on UWP emulator and Android device.
Attachment:
XamarinForms_5d56b4c.7z