Windows 10 universal app - Run in fullscreen mode by default
问题 I have application with target windows 8.1 and when I run this application on Windows 10, it is run in small window by default. Because it is primary tablet application I need it to run in full-screen mode by default. Is it possible to set it somewhere in Visual Studio or in some config of the application? 回答1: To launch application in full screen mode, try setting ApplicationView.PreferredLaunchWindowingMode as early as in App.xaml.cs 's constructor public App() { ApplicationView