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
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.