Skip to content

Commit 51693c0

Browse files
CopilotPureWeen
andauthored
Add tip about using tabs with flyouts in Shell tabs documentation (#3121)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: PureWeen <[email protected]>
1 parent e3d608b commit 51693c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/fundamentals/shell/tabs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ".NET MAUI Shell tabs"
33
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
55
---
66

77
# .NET MAUI Shell tabs
@@ -15,6 +15,9 @@ A <xref:Microsoft.Maui.Controls.TabBar> object can contain one or more <xref:Mic
1515
> [!IMPORTANT]
1616
> The <xref:Microsoft.Maui.Controls.TabBar> type disables the flyout.
1717
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+
1821
## Single page
1922

2023
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

Comments
 (0)