If you create a container you can add all kinds of applications in them. Suppose you want some kind of dashboard, Left column contains some data, and the right column contains your application. The (small) left column is refreshed every now and then to display important messages, and the right part is the normal part the user works in. Now I want an application with one menu. As a target I can only choose self or new window, but not the container.
Now if I have two options:
- put the menu in the largest container. Then all will work in that container, but it doesn’t look nice.
- create for every menu entry a container with the two columns. It works, but is a lot of work as I have many many menu items.
Something to consider?