Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.7 KB

tabviewclosebuttonoverlaymode.md

File metadata and controls

48 lines (28 loc) · 1.7 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.TabViewCloseButtonOverlayMode
winrt enum

Microsoft.UI.Xaml.Controls.TabViewCloseButtonOverlayMode

-description

Defines constants that describe the behavior of the close button contained within each TabViewItem.

-enum-fields

-field Always

The selected tab always shows the close button if it is closable. Unselected tabs always show the close button if they are closable.

-field Auto

Behavior is defined by the framework. Default.

This value maps to Always.

-field OnPointerOver

The selected tab always shows the close button if it is closable. Unselected tabs show the close button when the tab is closable and the user has their pointer over the tab.

-remarks

Selected TabViewItems that are closable always show their close button regardless of the value of the TabViewCloseButtonOverlayMode property. The TabViewCloseButtonOverlayMode only effects the behavior of the unselected TabViewItems.

-see-also

TabView, TabViewItem, Guidelines for TabView

-examples

Tip

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

[!div class="nextstepaction"] Open the WinUI 3 Gallery app and see the TabView 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.