September 9, 2012  Posted by Iris Classon at 10:34 pm Iris' blog, Metro, Metro App Help (code and design), WinRT 2 Responses »
WinRT/Metro App Q n’ A: How do I programmatically unsnap from Snapped view?

While you cannot force an app into snapped mode, you can try to unsnap the app from snapped mode. Here is how you do it: The code in c# : Windows.UI.ViewManagement.ApplicationView.TryUnsnap(); App example can be found here (unsnapping in javascript, C# C++ and VB.NET) Read about the TryUnsnap method here