We know that TextArea
are not editable , so how to create an editable component
which looks like a TextArea
( having the multi-line behaviour ) ?
How to create an editable component which looks like a TextArea?
338 views Asked by AudioBubble At
2
Use
TextField
and set itssetSingleLineTextArea(false)
. This requires LWUIT 1.5 or newer.