UI/Shell: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Shell | kind=Navigation Host | ms_url=https://learn.microsoft.com/dotnet/maui/fundamentals/shell/?view=net-maui-9.0 | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Top-level app container providing routing, flyout, and tabs. | props= <tr><td>Items</td><td>?</td><td></td><td>FlyoutItem/TabBar hierarchy</td></tr> <tr><td>Title</td><td>?</td><td></td><td>Window title</td></tr> <tr><td>FlyoutBehavior</td><td>?</td><td></td><td>Disabl..." |
(No difference)
|
Latest revision as of 16:47, 17 October 2025
Shell
- Kind
- Navigation Host
- Microsoft Docs
- Shell documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Top-level app container providing routing, flyout, and tabs.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Items | ? | FlyoutItem/TabBar hierarchy | |
| Title | ? | Window title | |
| FlyoutBehavior | ? | Disabled/Locked/Flyout | |
| NavBarIsVisible | ? | Show/hide navigation bar | |
| SearchHandler | ? | Integrated search UI | |
| TabBarTitleColor | ? | Platform-specific | |
| BackgroundColor | ? | Shell background |