cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pgarvey
Level 4

ISTextField line wrap

Anybody know how to enable line wrapping within an ISTextField?

This is my 3rd newbie question so if anyone has a good link they can post which will help me answer these sorts of "easy" questions in the future, I'd very much appreciate it.

Thanks,
Paul
Labels (1)
0 Kudos
(1) Reply
CChong
Level 11 Flexeran
Level 11 Flexeran

If you only want to display wrapped text, then you can use either an ISFlowLabel or ISHtmlControl. There is no built-in ISMP control for multi-line wrapped text input, however. You could create a custom control for one based on a swing JEditorPane (not a simple task, but possible).
0 Kudos