Hi
I'm using XamTileManger with TileLayoutOrder="UseExplicitRowColumnOnTile" option, and tiles are added dynamically, and what I wanted to achieve is to be able to persist xamTileManger state by using PersistenceManager, but for some reason its fail just try to reproduce my steps and you will see,
Need any help
Thanks
Xusan.
Hello Xusan,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Oh yes That works as charming thanks for your help Stefan, and sorry for not responding you immediately,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
I have been looking into your sample and I modified it, so now it works as you want. Basically I set the SerializationId Property of each XamTile added to the XamTileManager, so the Persistence Framework can save the Layout. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan
Thanks for your reply, sure I have created a sample project to demonstrate this issue, you can find it in attached. Run sample change tile sizes/position then click save, then restart app, click Load button the saved layout should be restored by clicking the Load button but as you can see there is nothing happens..
Thanks.