I am developing a UWP application, primarily intended for W10 mobile users, however, I believe that this problem will also be valid when trying to use a W10 touch screen device.
I use ListView to create a set of buttons (ListViewItems, technically) that have text and an icon. They are in my SplitView and are used in the same way as you see in the default Windows applications, such as Groove Music and News, as shown in the picture:

It works fine, as I had hoped, except that if the user drags up or down on the ListView with his finger, he “flips” the list up or down - useful animation for email lists, for example, but something undesirable in the user interface of my program .
Is there any way to disable this behavior? If not, is there an alternative control that can satisfy my needs, or should I use my own control?
source
share