Not able to scroll all ListView items

后端 未结 2 1851
既然无缘
既然无缘 2021-01-28 15:30

I\'m not able to scroll all list items. I can scroll it with mouse scroll bar on simulator but if want to scroll it on touch it is not scrolling.

Can somebody help me ou

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-28 15:51

    Never put your ListView inside ScrollView.And also never put MapView,ListView,WebView inside scrollView.

    Because those are already scrolled view itself.And no need to put it in scrollview.so remove it from scrollview.

提交回复
热议问题