UI/Flyout: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Flyout (Shell) | kind=Navigation Menu | ms_url=https://learn.microsoft.com/dotnet/maui/fundamentals/shell/flyout?view=net-maui-9.0 | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Optional root menu in Shell; fully customizable. | props= <tr><td>FlyoutHeader</td><td>?</td><td></td><td>Header content</td></tr> <tr><td>FlyoutFooter</td><td>?</td><td></td><td>Footer content</td></tr> <tr><td>FlyoutContentTemplate</td><td>?</td><td></..." |
(No difference)
|
Latest revision as of 16:49, 17 October 2025
Flyout (Shell)
- Kind
- Navigation Menu
- Microsoft Docs
- Flyout (Shell) documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Optional root menu in Shell; fully customizable.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| FlyoutHeader | ? | Header content | |
| FlyoutFooter | ? | Footer content | |
| FlyoutContentTemplate | ? | Custom layout | |
| IsPresented | ? | Visibility (legacy pattern) | |
| MenuItems | ? | Extra commands |