Nothing huge here, but something that regularly bothers me: the TextArea component doesn’t resize itself automatically.
This one does.
A little example:
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
Nothing huge here, but something that regularly bothers me: the TextArea component doesn’t resize itself automatically.
This one does.
A little example:
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
New post on FlexStuff: A simple “autoresizable” TextArea component http://tr.im/hH1I
RT @gillesguillemin: New post on FlexStuff: A simple “autoresizable” TextArea component http://tr.im/hH1I
RT @gillesguillemin: New post on FlexStuff: A simple “autoresizable” TextArea component http://tr.im/hH1I
New post on #FlexStuff: A simple “autoresizable” TextArea component http://tr.im/hH1I
…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).