问题
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.
can anyone point me in the right direction ?
回答1:
ViewPagers are not compatible with ListViews. Sorry. ViewPager inside ListView
来源:https://stackoverflow.com/questions/7927795/listview-with-viewpagers