You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fundamentals/shell/tabs.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: ".NET MAUI Shell tabs"
3
3
description: "Learn how to customize and control a .NET MAUI TabBar, which represents the bottom tab bar in a .NET MAUI Shell app."
4
-
ms.date: 08/30/2024
4
+
ms.date: 11/28/2025
5
5
---
6
6
7
7
# .NET MAUI Shell tabs
@@ -15,6 +15,9 @@ A <xref:Microsoft.Maui.Controls.TabBar> object can contain one or more <xref:Mic
15
15
> [!IMPORTANT]
16
16
> The <xref:Microsoft.Maui.Controls.TabBar> type disables the flyout.
17
17
18
+
> [!TIP]
19
+
> Tabs can be displayed with a flyout by adding multiple <xref:Microsoft.Maui.Controls.ShellContent> objects to a <xref:Microsoft.Maui.Controls.FlyoutItem> object or <xref:Microsoft.Maui.Controls.Tab> object. For more information, see [.NET MAUI Shell flyout](flyout.md#flyout-items).
20
+
18
21
## Single page
19
22
20
23
A single page Shell app can be created by adding a <xref:Microsoft.Maui.Controls.Tab> object to a <xref:Microsoft.Maui.Controls.TabBar> object. Within the <xref:Microsoft.Maui.Controls.Tab> object, a <xref:Microsoft.Maui.Controls.ShellContent> object should be set to a <xref:Microsoft.Maui.Controls.ContentPage> object:
0 commit comments