I have an application with a ListView
.
In desktop mode I have no problems, but when I use this application with a touchscreen there is a problem related to the ListView
vertical scrolling.
In fact when I touch the screen over my ListView
I select on of the items of this list, but when I move my finger up and down, instead of scroll my list the only thing that happens is the selection of the item under my finger (selection changes).
How can I solve this problem?