ViewPager in a ListView - how to lock the scrolling axis?

前端 未结 1 1961
别跟我提以往
别跟我提以往 2021-02-02 17:46

I have a ViewPager widget in every row of a ListView. This provides a shelf-like UI, so the user can scroll around searching for a shelf vertically, and then scroll horizontally

1条回答
  •  清酒与你
    2021-02-02 18:48

    I've found a solution in this thread. There the problem is to handle touch events properly for a HorizontalScrollView inside a regular ScrollView, but the solution to that problem seems to apply to this one too.

    0 讨论(0)
提交回复
热议问题