I would recommend using the Navigation Tree, especially for responsive layouts.
Anything you configure under App → Navigation will automatically be reflected in the Navigation Tree widget. This ensures that your navigation is centrally managed and consistent across the application.
You can create a Layout, place the Navigation Tree on the left side (for example as a sidebar), and then assign this layout to your pages. This way, all pages using that layout will automatically display the same navigation structure.
This is the standard and recommended approach in Mendix.
If this resolves the issue, please close the topic.
hi,
In Mendix, a navigation snippet like this is created using:
Navigation Layout + Menu Bar (Atlas UI)
Specifically:
This is the official Mendix-supported way mentioned in Mendix documentation.
Sprint (sprintr.home.mendix.com) looks advanced because:
But the base is still:
Built-in Mendix Navigation Layout + Menu Bar
Recommended Mendix approach:
Hello,
The navigation bar snippet used in SprintR.Home is not an inbuilt Mendix component. It is most likely a custom snippet created using standard Mendix layouts, containers, and styling.
In Mendix, developers often customize the navigation bar to match their design requirements, instead of using the default one.