Reputation: 3403
Will I be able to create a ListView which supports Drag and drop property and doesn't have any handler (which handles the drag property)?
Upvotes: 1
Views: 516
Reputation: 859
Here is our drag & drop list. It is a direct replacement for ListView and it's very easy to use. There are examples of how to use on its github page. It does have a handler, but you can set the entire listview row as a handler, then you will be able to drag it no matter where you touch.
https://github.com/terlici/DragNDropList
Upvotes: 2