Configure panel types

Configure panel types to distribute interface elements over multiple pages in the application.
  1. In Project view, right-click UI and select New > Folder.
  2. Hover-over NewFolder1, select Edit, and enter Pages
  3. Right-click Pages and select New > Containers > Panel.

    Panel1 (type) appears under Pages.

  4. Hover-over Panel1 (type), select Edit, and enter Page.
  5. Set Width to 1060 and Height to 500.
  6. Set Left margin, and Right margin to 10.
  7. Right-click Pages and select New > Pages > Page four times.
    Page1 (type), Page2 (type), Page3 (type), and Page4 (type) are created. Each Page# (type) inherits its properties from Page (type).
    Tip: Create consistent user interfaces by inheriting properties from parent object types. For example, if you want to change Page1 (type), Page2 (type), Page3 (type), and Page4 (type) margins, edit the margin properties of Page (type). The modification will propagate to each Page# (type).