ListView contents get cutoff after Adapter update

前端 未结 3 1679
半阙折子戏
半阙折子戏 2021-01-25 01:02

I have a number of vertically stacked panels in my UI. Each panel contains a ListView. Based on user interaction, the number of items in the ListView gets updated.

My pr

3条回答
  •  再見小時候
    2021-01-25 01:45

    If your listview is a default size, it might not be able to fit them in the layout. You could try to wrap the listview in a scrollview and then you can scroll through them.

提交回复
热议问题