Replies: 1 comment 3 replies
-
Those are valid points. There's no way to do this currently, so I'm going to convert this into an issue so we can track it accordingly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any common way to have left/right scroll for viewport (or any other component)?
I'm working on the project that should show logs from a container.
If I set width == right corner of a terminal, I'll get long lines with line breaks (first screenshot).
As a result I can't use
viewport.ScrollPercent
cause it relies on number of lines and I lose some lines in the end.Plus, for data like logs it's more convenient to have similar appearance (compare screenshots). But the problem of second way that I lose the end of the lines. Can I use second way and scroll left/right somehow?
Beta Was this translation helpful? Give feedback.
All reactions