Navigation
Navigation.content
The navigation page is called in the slider area via the 1st tab. It consists of controls from the NuGet package Beckhoff.TwinCAT.HMI.ResponsiveNavigation
. The TcHmiNavigationBar control is used to define the pages that appear in the navigation and to display the top categories. In addition, the following controls must be set:
- TcHmiNavigationContent: Display the available pages in the navigation depending on the selected category in the TcHmiNavigationBar control (also located on the Navigation.content)
- TcHmiRegion: Area for displaying the selected content (main content of View)
- TcHmiBreadcrumb: Display of the breadcrumb (located directly on the View)
The MenuData
property of the Common
category of the TcHmiNavigationBar control is used to determine the navigation content. This property can be connected to the NavBarMenuData
property of the Configurator control. This means that all settings related to navigation can be made in the NavigationConfig
property of the Configurator control and do not have to be set multiple times.
![Navigation 1:](Images/png/13121414923__Web.png)
![]() | Available from version 12.6.0 |