有人可以给我一个提示如何在 WinRT 中实现这一点吗?
我想要一个类似于 bing 图片搜索的功能。
有人可以给我一个提示如何在 WinRT 中实现这一点吗?
我想要一个类似于 bing 图片搜索的功能。
You are going to want to look at building your custom collection to implement ISupportIncrementalLoading. Take a look at this blog post to see an example.