I have a SfPullToRefresh item with a SfListView. The SfListView has the property set: DragStartMode="OnHold"
When rendered, the top 3 items in the SfListView cannot be dragged and dropped. I can press and hold and the item will be selected but it will not be movable.
If I scroll down the list so that the top row is not visible (partial or out of view) then the drag and drop will work correctly.
So, it appears to be an issue when the list is at the very top that drag and drop does not work.