cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrib problem

Former Member
0 Kudos

Hello,

I have TabStrip in my Application. How can i modify the views between the tabs. I want to add different views under different tabs. How can i do?

Regards.

Arun Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Place different views inside tabs. Add ViewContainerUIElement inside each tab and assign the views to the containers.

In the action handler of the TabStrip's onSelect event you get selected tab and bind plug into appropriate vies.

<b>valuable answer=points</b>

Kind Regards,

S.Saravanan.

Answers (1)

Answers (1)

Former Member
0 Kudos

Create tabs under the tabstrip. Add a viewcontainerUI element to each tab. Embed the views in the ViewContainerUI element. Clicking on the tabs will switch between the views. Programmatically you can use the selectedTab property of the tabstrip to switch between tabs by setting a context variable to TabId.

Former Member
0 Kudos

Hi,

My problem was solved.

By