I am using lwuit ComboBox
.
I have to set multiline with textwrapping property for ComboBox
items. If the size of the item is bigger than the ComboBox
width, the text have to wrap to the next line.
I am using lwuit ComboBox
.
I have to set multiline with textwrapping property for ComboBox
items. If the size of the item is bigger than the ComboBox
width, the text have to wrap to the next line.
I suggest you to derive
the ComboBox
class and implement the protected method createPopupList()
where you add a TextArea
field into the List
.