…it doesn’t resize itself in the example. It’s just a larger text area with no scrollbar on the side, which make it even more difficult to navigate quickly through the text.
I should have put this thing a bit more in context: I regularly needed a TextArea component that automatically adapts its height to its content (content that would be dynamically injected using databinding for example). This functionality becomes all the more useful if your TextArea is used within VBox for example.
Actually it doesn’t update when you make it editable, but I need this issue to be sorted out pretty soon for the project I’m currently working on so stay tuned, I’ll publish here the solution in a few of days (if nobody comes up with something else before that).
…it doesn’t resize itself in the example. It’s just a larger text area with no scrollbar on the side, which make it even more difficult to navigate quickly through the text.
I should have put this thing a bit more in context: I regularly needed a TextArea component that automatically adapts its height to its content (content that would be dynamically injected using databinding for example). This functionality becomes all the more useful if your TextArea is used within VBox for example.
Hope it makes its function clearer.
Do you have an example of a TextArea that auto resizes when typing text inside it.
Merci!
Actually it doesn’t update when you make it editable, but I need this issue to be sorted out pretty soon for the project I’m currently working on so stay tuned, I’ll publish here the solution in a few of days (if nobody comes up with something else before that).