Hi there,
After having found the solution how to put views into a ViewContainerUIElement, now the next question arises:
I have got a ViewContainerUIElement with two possible views in it. I have put both views into the container, but only one appears (great, that's what I want).
But I have to determine at runtime which of the views has to appear. How can I set this?
Thanks in advance
Detlev
Hi Detlev,
one possible solution is to put an additional view without any elements into the container, which has to be the default view (the darker blue one 😉) and which is used to trigger the navigation to the desired view. Create two outbound plugs from the trigger view to the inbound plugs of the corresponding target views and decide which one you want to fire.
Hope that helps.
Regards
Stefan
Add a comment