cancel
Showing results for 
Search instead for 
Did you mean: 

View Container

Former Member
0 Kudos

Hello

there is a ui element called ViewContainerUIElement how can I work with it??

there are no parameters to set and I would like to insert a View inside it, any help???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

ViewContainer is used to hold the views which have to share the same

screen area..

That is, If you more than two vies and want to show one view to be visible

for an operation you will use this ViewContainer.

You can specify a view to be displayed, bu using Plugs.

wdThis.wdFire<PlugtoView>();

Regards

LakshmiNarayana

Former Member
0 Kudos

thankx

now I nees to put in a tab strip a view whih I need to use the view container for it, My question is how can I insert a view into the view container, lets say I have a view and his ID, I dont see any parameters related to that UI element

Former Member
0 Kudos

Put the ViewContainerUIElement instance into the view layout like any other UI element. Use the "Window modeller" to embed another view into it.

Armin

Answers (0)