我正在使用FlowListView,每当我按下“后退”按钮时,它将带我进入Android Home,然后再次打开我的应用程序,然后再次按下“后退”按钮(重复3-4次),这给我一个错误: System.ObjectDisposedException:无法访问已处置的对象。 对象名称:“ Android.Widget.ListView”。 我尝试使用这两行,但错误仍然存在。
<x:Arguments>
<ListViewCachingStrategy>RecycleElement</ListViewCachingStrategy>
</x:Arguments>
<controls:FlowListView CachingStrategy = "RecycleElement"
Factor=1}">
错误不应该存在。