Is it possible to only show user actions if they're related to the currently selected tab?
For example, I have 5 tabs and 5 actions; one action for each tab. If tab1 is selected, I want to display action1 and hide the others; if tab2 is selected, I want to display action2 and hide the others, etc. Is this behavior possible to implement?