This objective is not entirely clear.
Are you trying to change the content of the tabstrip after it has been rendered? Attempting to do this on focus of the control sounds like a sure-fire way to shoot yourself in the foot.
Yes, the entire issue is that I have 15 values which needs to be shown on the tabStrip(or something like it) and I am showing 5 at a time (as the text on each tab is allowing this much only in sidebar).
Now I want to check that in case the focussed tab is having index like 5,10 or 15, I need to rotate the tabs to show 6-10, 11-15 and so on, making it cyclic for user.
For making this scrolling (or internally just the text change on the five rendered tabs) I need to access the focusIndex of the tab focussed.
Please let me know in case I can do this or it might create a major issue.
In case I can use something different, easier than this ( can I use grid also)?
Thanks,
Ashish Jain