How to make the second TabPane be default opening view? #3234
Answered
by
TomJGooding
MohamedElgamal
asked this question in
Q&A
-
Hello Everyone, I have application that consist of three Tab Pane, I want to make the second tab be the default tab to appear. |
Beta Was this translation helpful? Give feedback.
Answered by
TomJGooding
Sep 4, 2023
Replies: 1 comment 2 replies
-
I would really recommend taking some time to read the Textual documentation. Here's the link again to the Hint: You probably want to check how to set the initial tab. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MohamedElgamal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would really recommend taking some time to read the Textual documentation. Here's the link again to the
TabbedContent
docs: https://textual.textualize.io/widgets/tabbed_contentHint: You probably want to check how to set the initial tab.