I am using ChoiceBox for selecting item from item list. Here problem is that , I can't change the width of the item list. Can anyone help me ?
Asked
Active
Viewed 129 times
0
-
not supported - you can try to grab the popup after onShown handler or extend choiceBoxSkin to support it (never tried, though) – kleopatra Mar 31 '19 at 11:18
-
The width is computed automatically, what are you trying to achieve? – user1803551 Mar 31 '19 at 13:31
-
Cycle of weird ideas: you can add spaces before or after item string. – Pochmurnik Apr 01 '19 at 12:42
-
https://stackoverflow.com/questions/22190370/how-to-set-width-of-drop-down-of-combobox-in-java-fx – Pochmurnik Apr 01 '19 at 13:03