Troubles adding TextArea to pane #1206
Answered
by
noosphere888
noosphere888
asked this question in
Q&A
-
Hello, I am trying to add a TextArea to a VBox but am having troubles.
or
Having troubles getting it to work though. Can't get the text to appear and show up. Feel like I'm being dumb or missing something important lol. Any suggestions? Thank you for your time. |
Beta Was this translation helpful? Give feedback.
Answered by
noosphere888
Nov 9, 2023
Replies: 1 comment
-
Turns out I had other css essentially covering it up. Adding a minHeight fixed it lmao |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
noosphere888
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out I had other css essentially covering it up. Adding a minHeight fixed it lmao
area.setMinHeight(100);