UWP - Hide the title bar programmatically The following Universal Windows Platform application development tutorial demonstrates how we can hide the title bar programmatically. Here we will get the application view for the current view. Then we will get the title bar of the application view. After getting the title bar we will set the title bar background color to transparent color. We also extend the core application view into the title bar. As a result, the title bar will be hidden. The ApplicationView class represents the active application view and associated states and behaviors. The ApplicationView class GetForCurrentView() method gets the view state and behavior settings of the active application. This method returns an ApplicationView instance that can be used to get and set app display properties. The ApplicationView class TitleBar property gets the title bar of the app. This property value is an ApplicationViewTitleBar which is the ...
Android, .NET C#, Flutter, and Many More Programming tutorials.