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.
我需要创建一个列表视图,该列表视图绑定到当用户滚动到列表的开头或结尾时加载的项目。我见过 ISupportIncrementalLoading 接口,但这只支持单向加载(向前/更多)。是否可以双向加载?
ListView.Items这对您来说可能是不可能的,但我已经通过将新项目插入到索引 0的集合中来解决此类问题
ListView.Items