cancel
Showing results for 
Search instead for 
Did you mean: 

Open different views from a tree

Former Member
0 Kudos

Hi experts,

I have a tree in left part of my main view and I want to open different views (depending of user choice from tree) in the right part of my main view. How can I do for realize this?

What element can I use for to open the selected view in the right part of my main view?

Tks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you need to use viewcontaineruielement UI element in rigth part of your main view.

in this you could embed different views at runtime depending on what node of a tree user clicks on.

Onaction of the treenodeitem you could assign different view to viewcontainer ui element.

Regards

Anurag Chopra