Im having trouble with my UI. It contains a ListView , with ViewPagers as List Items. The problem is that the horizontal scrolls seem to get interrupted by the ListView (catching vertical scrolls). What i want to achieve is that no matter what happens, the horizontal scrolls finish all the time. Right now they stop half way sometime.
this is probably a common problem, but i havent found a solution yet. I ve tried to intercept horizontal scrolls on the the listview, but although I can intercept, it still causes the swipe to stop.
谁能向我指出正确的方向?