Disable cross slide selection for list

I am developing an application that has vertical panning of a one-dimensional list in the center, and the user can switch between lists horizontally due to flip view.

A vertically panning one-dimensional list

When the user drags horizontally inside the list, he selects this row due to cross-slide . This is not the behavior I want. It is advisable that the flipview starts panning left and right. I think this has something to do with rails , because when the user rotates diagonally, they can pan the flip view.

Slide intersection even occurs when selectionmode is set to None

- , , , , ?

+5
1

IsSwipeEnabled = "False" ListView . ListView.ItemContainerStyle/ListViewItem, .

+11

All Articles