JavaFx: ComboBox textWrap
问题 I am trying to wrap the text in the ComboBox but I cannot really manage it. I need the wrapped text in the editor part, not in the dropdown part of the comboBox . I see that the editor is a TextField , and its text cannot really be wrapped or? Is there any trick or solution to have a nicely wrapped text so if I have a really long text I can see it every time? So instead of displaying the ... I want the whole text to be displayed. Code part I don't know if I should add since it is really