Replies: 1 comment 1 reply
-
The TextArea currently doesn't support word wrap, but it is in the pipeline. Do you need the editing capability? Because if it is just a matter of displaying text there are a few options, which will word wrap automatically. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In my app, I want long lines to soft wrap and not generate a X axis scrollbar, any thoughts on the best way to do this?
I've started down the rabbit hole of monitoring the virtual width and was going to be inserting and tracking newlines (tracking so that I can remove them when I process the text), but this seems overly low level given that most widgets automatically wrap text to the visible area. Is there a smarter/better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions