Training
Module
Create multi-page .NET MAUI apps with tab and flyout navigation - Training
Use .NET Multi-platform App UI (MAUI) shell to create multi-page applications with tabs and flyout navigation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
TabView
is a helper component that allows the user to switch between views at a click. It accomplishes this by enabling and disabling sub-objects based on the currently toggled index of a ToggleCollection
.
To set up a TabView
, you'll have to create a target ToggleCollection
containing all of the tab toggles. In the example above, this would be the buttons labeled "Logo", "Text", "Image", and "Buttons". You can then map each item in the Toggle Collection
to a TabSection
. Each TabSection
you add to the list should specify a GameObject with the content to show and hide when the user switches views.
An example can be found in the TopNavigationExample
scene.
Training
Module
Create multi-page .NET MAUI apps with tab and flyout navigation - Training
Use .NET Multi-platform App UI (MAUI) shell to create multi-page applications with tabs and flyout navigation.
Documentation
Documentation for the See-it, Say-it label in MRTK3
Documentation for the VirtualizedScrollRectList in MRTK3
Description of toggle collections in MRTK3