How to start a MetroApp directly in Snapped mode? [duplicate]

别等时光非礼了梦想. 提交于 2019-12-04 14:26:47

As of now the answer is no. Since the snapped mode functionality depends on the user , you cant skip it / restrict it using code , Hope MS might provide this feature in further .

As @Hermit Dave mentioned unsnapping is possible.

The ApplicationView class that i have come across only exposes TryUnsnap and Value (current view value) which is used to request a change from snapped to unsnapped view.

http://msdn.microsoft.com/en-us/library/windows/apps/hh701658.aspx

I dont think what you want is possible.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!