How can I put a ListView into a ScrollView without it collapsing?

后端 未结 27 3376
轮回少年
轮回少年 2020-11-21 05:24

I\'ve searched around for solutions to this problem, and the only answer I can find seems to be \"don\'t put a ListView into a ScrollView\". I have yet to see any real expl

27条回答
  •  旧时难觅i
    2020-11-21 05:42

    A solution I use is, to add all Content of the ScrollView (what should be above and under the listView) as headerView and footerView in the ListView.

    So it works like, also the convertview is resued how it should be.

提交回复
热议问题