0

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.

gnat
  • 6,213
  • 108
  • 53
  • 73

1 Answers1

1

I suggest you to derive the ComboBox class and implement the protected method createPopupList() where you add a TextArea field into the List.

pheromix
  • 18,213
  • 29
  • 88
  • 158