caduandrade / tabbed_view

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

[Feature] Enable programmatic selection of tabs #46

Closed ammar629 closed 1 month ago

ammar629 commented 1 month 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 1 month ago

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