Hi!
working with the tab component I want to navigate to a specific tab when the component is created, but my items tabs are hidden or shown depending on certain information, for example, I have tab items: Tab1, Tab2, Tab3, Tab4, Tab5. but when the component renders sometimes Tab3 and Tabd4 are hidden, so the index changes from 0 to 2 if all my tabs are shown the index changes 0 to 4. but for example, I want to navigate to Tab5 automatically I do not know the current index of Tab5 since my tabs change.
Is there any method to navigate using the tab header text maybe? Also, I notice that _refTab.Items.Count() does not help.
I will appreciate your answer.