cancel
Showing results for 
Search instead for 
Did you mean: 

tab strip - Not functioning

Former Member
0 Kudos

Hi All,

I am working developed WDJ application. In that they have created 5 tabs in one tab strip. At run time i should decide which tab should be opened.

How programatically i can achieve this.

Thanks

Supriya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Bind the "selectedTab" property of the tabstrip to some context attribute and set the attribute value to the ID of the tab that should be selected.

Armin

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks