我正在尝试在Windows Phone 8上创建一个具有不同项目大小的照片库,例如Windows 8上的VariableSizedWrapGrid。您是否知道我可以使用哪些内容来执行此操作?
我尝试使用工具包:WrapPanel具有不同的项目大小,但它并不是我真正想要的... 像这样:
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<toolkit:WrapPanel/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
谢谢