Hello Guys,
I have product list in my metro app and i want it to work like this: When user click on some product image, the web browser will be opened and my application will switch to snapped view. How can I implement this?
I have found out, that the application state is saved in object Windows.UI.ViewManagement.ApplicationView and i can call method
TryUnsnap(). Is there a method snap() ?