scrolling ListView within ScrollView

前端 未结 4 1398
终归单人心
终归单人心 2021-01-16 02:50

I have a ScrollView. One of its children is a ListView. Both scrolling in the same direction. How do I get both of them to respond to scroll events? And then when the end of

4条回答
  •  渐次进展
    2021-01-16 03:12

    You cant scroll a listview same direction as the scrollview. But if you have a horizontal scrollview you can scroll vertical with a listview.

提交回复
热议问题