cancel
Showing results for 
Search instead for 
Did you mean: 

TabStrip: Know wich tab is the active tab

Former Member
0 Kudos

Hi all,

How can i know wich tab is the active tab in runtime?

Could you put a sample code?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Create one context node with 1 attriute of type string. let's say it's name is "Active_Tab". Bind this attribute with property "selectedTab" . You must have assigned some names to all the tabls in tab strip.

At run time, when you will read this attribute, it will give you the name of currently selected tab.

Thanks

Vishal

Former Member
0 Kudos

Thanks !

Answers (0)