Configure a navigation panel
    Configure a navigation panel by referencing panel objects as tabs.
- InProject view, inUI, right-click a container and select .
 - InProject view, double-click the navigation panel.Navigation panel displays in the editor.
 - CreatePaneltypes that you want to reference as tabs in the navigation panel.For more information, see Create a graphic object type.
 - FromProject viewdrag the panel types onto the navigation panel in the editor.As you drop panel types onto the navigation panel, new navigation tabs appear in the panel.
 - (optional) InProperties, create a dynamic link betweenCurrent tab indexand the application logic that governs the currently selected tab.For more information about dynamic links, see Create dynamic links.TIP: The tab index starts with and defaults to 0. The 0 index value indicates the first tab.
 - (optional) InProperties, underPanel#, set properties for each navigation panel tab:
- Title. Title of the navigation panel tab.
 - Image path. Path to the image that overrides the panel title. For seamless integration of the image with the UI, use correctly sized flat images with a transparent background.
 - Enabled. Allows interaction with the tab on the device. Defaults to True.
 - Visible. Makes the tab visible. Defaults to True.
 
 - (optional) InProperties, inAttached panel loader, create a dynamic link to the panel loader to attach.For more information about dynamic links, see Create dynamic links.TIP: Attaching a panel loader displays the contents of navigation panel tabs in the panel loader.
 - (optional) UnderAppearance, set the panel properties:
- Visible. Makes the panel visible. Defaults to True.
 - Enabled. Allows interaction with the panel on the device. Defaults to True.
 - Opacity. Sets the opacity of the panel. Defaults to 100, which means no opacity.
 - Rotation. Rotates the panel around its center point. Positive values rotate the panel clockwise.
 - Move target. Makes the panel movable at runtime. For more information, see Make a graphic object movable.
 - Tab position. Determines the position of panel tabs or hides the tabs.
 
 
Provide Feedback