How to make a layout scrollable #1448
Answered
by
willmcgugan
wasi-master
asked this question in
Q&A
-
So I've been using Layouts for a while now and they are great. the only problem I have right now is that sometimes my data does not fit inside a single layout, and rich seems to trim the text to make room for other stuff and to fit the layout to the screen. now my question is that is there is a way to have it print the full text and make it so that the user can just scroll to read the full text? I am not using Live TL;DR I want to make a Layout scrollable |
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Nov 6, 2021
Replies: 1 comment 2 replies
-
Rich doesn't support scrolling. You could possibly use Textual for this. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wasi-master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rich doesn't support scrolling. You could possibly use Textual for this.