c-lamont / PXTabs

MIT License
36 stars 5 forks source link

Want to select tab number second on load of app. How to do that ? #19

Closed ankit-vaghela closed 6 years ago

ankit-vaghela commented 6 years ago

There are three tab in your example. Home, contact and search. If i want to select contact tab on load of app then how to do that ? I try and set isSelected true for one tab but it is not work.

ankit-vaghela commented 6 years ago

Is it possible or not in current version ?

c-lamont commented 6 years ago

Hi Ankit, thanks for reporting this, I will look into it.

c-lamont commented 6 years ago

Hi @ankit-vaghela,

It seems this is not possible at the moment so I will definitely implement it in the next release.

c-lamont commented 6 years ago

@ankit-vaghela It is now possible to set the selected tab, simply use the SelectedTabIndex property.