Selecting a tab on a tab strip when a button on a docked window is clicked

Set the Selected Tab (.selectedTab) property of the tab strip in your button script to the name of the tab that you want to be selected.

If your tab strip is doing navigation, this will also open the window associated with that tab.

Tab Strip component documentation

1 Like