Question

I need that newly created ShellTile becomes wide from the beginning. How to add ShellTile immediately in wide state?

Was it helpful?

Solution

Sorry, that's just not possible. When you create new tile in your app it's in medium square size by default. User need to change the tile size manually.
Note when creating new tile, don't forget to use this method with 'true' as the last parameter to signal, that the tile should support Wide size as well:

ShellTile.Create Method (Uri, ShellTileData, Boolean)
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207919(v=vs.105).aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top