使用 Windows 10(或 Windows 8.1 WinRT)构建通用应用程序时,是否可以强制应用程序的主窗口在启动时最大化?这显然是应用程序在移动设备上运行时的自然行为,但在桌面上运行时则不然.
When building a universal application using Windows 10 (or Windows 8.1 WinRT), is it possible to force the application's main window to maximise on launch? This is obviously natural behaviour for the application when running on a mobile device but not when running on the desktop.
这当然可以使用 WinForms:
This is certainly possible using WinForms:
但到目前为止,我还没有在 Microsoft 文档中找到任何关于 Windows 10 的信息.
But I haven't so far managed to find anything in the Microsoft Documentation about this for Windows 10.
应用可以通过设置 ApplicationView 来请求全屏启动.PreferredLaunchWindowingMode 到 ApplicationViewWindowingMode.FullScreen
An app can request to start as full screen by setting the ApplicationView.PreferredLaunchWindowingMode to ApplicationViewWindowingMode.FullScreen
Roberth 在他的构建会话中讨论了这一点以及其他视图和窗口大小问题通用 Windows 中的导航和窗口化应用程序
Roberth discussed this along with other view and window size issues in his Build session Navigation and Windowing in Universal Windows Apps
这篇关于在桌面上运行时,如何将 Windows 10 通用应用程序的窗口最大化为全屏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!