Hi,
I have a TabStrip with 1..n tabs and a separate view with a form. I want to display the view on each tab, if the tab becomes active. This means I need to remove the view firstly from the old tab, and then embed it into the ViewContainer of the new tab. Ist this possible without a lot of effort?