I believe the reason you can drag an item up but not down in the
ListView is because the item being dragged is interfering with the
dataView.indexAt(mouseX, mouseY). It appears that the items in the
ListView are searched in order. Since the drag item moves with the
mouse, it is always under the mou
Hi,
I'm trying to make a sortable ListView and so far it's progressing nicely
(not finished!). It's quite difficult since drag/drop stuff doesn't really
seem that easy like other stuff is in QML.
What i tried is to make one list view with one mousearea on top of it. Yes,
one mousearea instead of a