cancel
Showing results for 
Search instead for 
Did you mean: 

Change the View in some ViewContainerUIElement

Former Member
0 Kudos

Hi Experts,

My problem is:

I have 3 ViewContainerUIElement side by side.

I need to put the content of Container 3 in Container 2.

For examplo:

I have 3 container, each container 1 view:

Container 1 is embbed with View 1

Container 2 is embbed with View 2

Container 3 is embbed with View 3

I need to change the view 3 in container 3 to container 2:

Container 1 is embbed with View 1

Container 2 is embbed with View 3

Container 3 is embbed with Empty View

The ViewContainer are create in design time, and i prefer embbed the views in design time, however, if is not possible, i can try embbed the views dinamically.

There are some way to do this?

Regards.

Marcos

Accepted Solutions (0)

Answers (1)

Answers (1)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi Marcos

Please refer the following threads

Regards

Kalyan

Former Member
0 Kudos

Hi

Actually, i've seen this topics. The first isn't my case. The Second don't work and the third i used to embed dynamically the view in ViewContainer.

This isn't resolve my problem, because the view container can change the view all the time. I need something like a transport the view to other view container.

If i create a ViewContainerUiElement dinamically and embed a exiting view in this container, i can resolve my problem, because i will create in each request one viewContainer if is necessary.

But this topics don't shows how embed dynamically a vies in a ViewContainer created dynamically too.

Waiting for Help.

Regards

Marcos