Replies: 1 comment 5 replies
-
If your custom widget is only going to contain a TextArea, then you would be better off simply extending TextArea rather than Widget. |
Beta Was this translation helpful? Give feedback.
5 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.
-
TextArea scrolls itself when cursor (more accurately selection) changes. However when the scrollbar is on the parent, the cursor can wonder off while typing. Here is an example.
Keep pressing "enter" on the TextArea. A scrollbar appears on the Screen. But it doesn't scroll with the cursor. How to go about accomplishing that?
Beta Was this translation helpful? Give feedback.
All reactions