cancel
Showing results for 
Search instead for 
Did you mean: 

IWDVIEWContainerUIElement

Former Member
0 Kudos

Do anyone have any idea about how to add view usage to view container element at runtime? I am trying to create tab strip at runtime and each tab is going to have a view container and a view. I am able to create tabs and add a view container to it. After that how to add a view to the view container? Comments welcome.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi KC ,

Check this forum thread:

It MAY help.

P.S. If this thread helps to solve your problem then also no need to give me points.. Because it's more of Valery Silaev effort

Regards,

Gopal

Former Member
0 Kudos

Hi,

Create a Tabstrip under that u can create N no of of tabs.

In each tab create one Transparent Container.

Create UI elements in the Tr container,This will become new view.

U cannot emded a new view under this tabs.

Regards,

Lavanya.G

Former Member
0 Kudos

Hi,

I dont think so that you can embed view dynamically to a viewContainerUI element.

At design time you can. You will have a window for your main view containing tabStrips. When you expand that window you will be able to see the view having tabStrips as well as the viewContainerUI elements. Right click on viewContainerUI element and select the view from your component which you want to embed.

Thats it. Hope this helps.

thanks & regards,

Manoj