Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试获取存储在 ListView 部分中的数据。但是,当视图滚动离开页面时,视图将被销毁。
如何告诉 ListView 不要破坏屏幕外的内容?
如果您不想在 Listview 中销毁视图,则需要更改为 Scrollview 而不是 Listview。Listview 的重点是有效地显示大量数据。