Reputation: 9080
I was wondering how I can have multiple tiles from 1 app.
What I'm thinking is having a master tile that is your admin tile. Then the user can setup children tiles where they would be pinned to the main screen. These children tiles would have children only functionality.
Is there a way I can do that?
Upvotes: 0
Views: 410
Reputation: 31724
You can create multiple secondary tiles:
http://msdn.microsoft.com/en-us/library/microsoft.phone.shell.shelltile.create(v=VS.92).aspx
Upvotes: 2