Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make my program for Windows Universal Platform to launch in full-screen mode and without title bar.

I can make it run full screen by adding this line into App.xaml.cs

public App()
{

ApplicationView.PreferredLaunchWindowingMode = ApplicationViewWindowingMode.FullScreen;

Even though it makes title bar disappear it will pop-up if we navigate the mouse cursor at the top of a screen allowing to shrink the window or close. So, how to make title bar disappear at all?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900