Is there a way to programmatically select the tab displayed in the tabnavigator by using id instead of selectedIndex?

link|improve this question

61% accept rate
feedback

1 Answer

I figured this out. Use the following code:

tb_all.selectedIndex = tb_all.getChildIndex(tb_calendar);

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.