Flex Height - For output without fixed height? #2320
Unanswered
volundmush
asked this question in
Q&A
Replies: 1 comment
-
Not two minutes after I posted this, did I realize that I can just create a single-column table and add the other tables as rows. That works. But I'm still curious about this topic. What can be said about it? |
Beta Was this translation helpful? Give feedback.
0 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'm working on a MUD that uses Rich and I'd love to use the Layout and Panel widgets. The only problem is that as things seem to be working out right now, if I do something like this...
When it prints to console, it assumes a huge, fixed height and there's a ton of empty space after each table!
Is there some way to tell it that I don't have a concept of fixed height, it should only use what it needs for both tables? No padded extra space and no limit to how high it can get either.
Beta Was this translation helpful? Give feedback.
All reactions