简体   繁体   中英

VariableSizedWrapGrid on Windows phone 8

I'm trying to make a photo gallery with different item size on Windows Phone 8, like the VariableSizedWrapGrid on Windows 8. Do you have any idea what can I use to do this?

I tried with toolkit:WrapPanel with different item size but it's not really what I'm looking for.. Like this :

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

Thank you

There is a variable sized wrap grid control available in the Kinnara wp toolkit... maybe it can help? You can get it at github here...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM