How to show Bindings from Tabs in TabbedContent #3419
Unanswered
jakubziebin
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Unfortunately I don't think there's an easy approach to this at the moment. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a TabPane with TabbedContent. I want to show Bindings from Tabs, so
Binding("left", "previous_tab", "Previous tab", show=False), Binding("right", "next_tab", "Next tab", show=False)
, but only when I focus on Tabs. Is there an elegant way to do this without going into too much detail?Beta Was this translation helpful? Give feedback.
All reactions