Can a HTML/JavaScript Windows Store app run in a resizable window?

。_饼干妹妹 提交于 2019-12-04 09:01:34

This is not possible in Windows Store Apps. The closest thing you'd get is Snapped Views, which is sufficient in most cases, but will not behave as windows from WPF. You can read more about the guidelines and possibilities in the MSDN UX/UI Page, which describes Snapped View.

You can do this with ModernMix app. Really enjoyed with it.

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