Create panels

Create a navigation panel that enables you to switch between two other panels.

  1. Create a SavePanel (type):
    1. In Project view, right-click the UI folder and select New > Containers > Panel.
    2. Hover-over the panel, select Edit, and enter SavePanel.
  2. Create a ValuePanel (type):
    1. In Project view, right-click the UI folder and select New > Containers > Panel.
    2. Hover-over the panel, select Edit, and enter ValuePanel.
  3. Create a NavigationPanel:
    A navigation panel enables you to switch between different panels.
    1. In Project view, right-click MainWindow (type) and select New > Containers > Navigation panel.
    2. In Properties, under Panel1, create a dynamic link between the Panel property and ProjectName > UI > SavePanel (type).

      For more information about dynamic links, see Create dynamic links.

    3. In Properties, next to Panels, select Add.
    4. In Properties, under Panel2, create a dynamic link between Panel and ProjectName > UI > ValuePanel (type).

      For more information about dynamic links, see Create dynamic links.