Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.37 KB

navigationviewbackbuttonvisible.md

File metadata and controls

41 lines (25 loc) · 1.37 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.NavigationViewBackButtonVisible
winrt enum

Microsoft.UI.Xaml.Controls.NavigationViewBackButtonVisible

-description

Defines constants that specify whether the back button is visible in NavigationView.

-enum-fields

-field Visible:1

Display the back button in NavigationView.

-field Collapsed:0

Do not display the back button in NavigationView, and do not reserve space for it in layout.

-field Auto:2

The system chooses whether or not to display the back button, depending on the device/form factor. On phones, tablets, desktops, and hubs, the back button is visible. On Xbox/TV, the back button is collapsed.

-remarks

-see-also

-examples

Tip

For more info, design guidance, and code examples, see NavigationView.

[!div class="nextstepaction"] Open the WinUI 3 Gallery app and see the NavigationView in action.

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.