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.
通过简单地编辑默认网格应用程序,我添加了 16 个项目(单个组)。当我运行该应用程序时,在 GroupedItemsPage 中,我只能查看 16 个项目中的 12 个,但在 GroupDetailPage 中,我可以看到所有添加的项目。我也想让所有项目在 GroupedItemsPage 中可见.. 请任何人帮我解决问题
在 GroupedItemsPage 中,只需将ItemPathgroupedItemsViewSource CollectionViewSource 更改为Items(而不是 TopItems)。您只看到前十二个的原因是 TopItems 仅过滤到前十二个(过滤器在 SampleDataGroup 内完成)
ItemPath
Items