caduandrade / tabbed_view

Widget inspired by the classic Desktop-style tab component.
MIT License
51 stars 16 forks source link

[Feature] Enable programmatic selection of tabs #46

Closed ammar629 closed 3 months ago

ammar629 commented 3 months ago

There should be a way to select/focus tabs programmatically, currently whenever I add a new tab it is not focused unless I click it. I couldn't find a way to override this behavior either. This needs to be a feature

ammar629 commented 3 months ago

Never mind the "selectedIndex" property of TabbedViewController allows us to do this