Replies: 1 comment
-
Nothing builtin. But shouldn't be hard to implement. You can get the widgets with |
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
-
Hello,
I am new to textual. I have an app that is listening for packets from a server and displaying a VerticalScroll area with each packet being displayed there. This is a long running app that can get thousands of packets per hour. It seems the VerticalScroll doesn't throw away items or limit the amount of items it can container, probably by design. I would like to limit the number of items in the VerticalScroll to a certain number so I don't get runaway memory consumption. How can I do this?
Here is the logic of my code...
Here is a segment of my App child class.
Beta Was this translation helpful? Give feedback.
All reactions