Windows Phone 8上的VariableSizedWrapGrid

时间:2013-06-06 14:18:02

标签: c# .net xaml windows-phone-8 windows-phone

我正在尝试在Windows Phone 8上创建一个具有不同项目大小的照片库,例如Windows 8上的VariableSizedWrapGrid。您是否知道我可以使用哪些内容来执行此操作?

我尝试使用工具包:WrapPanel具有不同的项目大小,但它并不是我真正想要的... 像这样:

       <ListBox.ItemsPanel>
            <ItemsPanelTemplate>
                <toolkit:WrapPanel/>
            </ItemsPanelTemplate>
        </ListBox.ItemsPanel>

谢谢

1 个答案:

答案 0 :(得分:0)

Kinnara wp工具包中有一个可变大小的包裹网格控件......也许它有帮助吗?您可以在github here...

获取