Currently, I am working on a Windows 10 Universal Apps. I would like to let user to manipulate a ListView, such as delete and reorder items. I found some solutions online,such as this but the solutions only work on Desktop App.
CanDragItems = "True"
IsSwipeEnabled = "True"
ReorderMode = “Enabled”
However, we would like to seek for a solution on mobile phone too.At least we can let the user to delete some items by themselves.
Thanks.