I am using the Hubtile Control provided in the Silverlight toolkit ( August) and I haven’t been able to figure out how to pin the tiles to the homepage. Totally clueless and I have thoroughly searched everywhere with no luck. Help appreciated!
Share
You use the ShellTile API as described on MSDN to add a secondary tile to the Start screen.
If you’re using HubTile controls within your application, then you’ll need to handle a touch gesture (e.g. Tap event) to determine which tile to pin, but it all depends on your app.