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.
在实现 pull-to-refreshListView时,我发现如果没有项目或只有少数项目,则 ListView 的滚动被禁用。所以我不能触发“拉”事件。我该如何克服呢?
ListView
ListView-scrolling 是动态的,所以基本上你不能按照你计划的方式做你想做的事。使用 GestureDetector 可能会更容易看看这个,它可能会有所帮助。