How to customize the application title bar for a UWP page
问题 I am trying to set the application title bar of a page visibile all the time for a UWP page and also disable the restore button, but I am not finding anything related to this. All i could do was to change the color of the application title bar having a code like below public MainPage() { this.InitializeComponent(); ApplicationView.PreferredLaunchWindowingMode = ApplicationViewWindowingMode.FullScreen; ApplicationView.GetForCurrentView().Title = "TEST"; ApplicationViewTitleBar titleBar =