cancel
Showing results for 
Search instead for 
Did you mean: 

multiple instances of the same view in one window?

0 Kudos

Hi,

I'd like to have a tabstrip with 4 tabs. In every tab there should be the same view. Depending on which tab is chosen the view should contain different elements.

Is it possible to multiple instances of the same view in one window?

best regards

Mathias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mathias,

you write: "Depending on which tab is chosen the view should contain different elements."

So why should this be the same view?

Generally speaking, you cannot have multiple view usages. But you might create a component containing this view and use the component at different places.

In your example, put a ViewContainerUIElement in each tab and embed the component interface view therein.

Regards, Armin