I'm trying to figure out if it is possible to make the dropdown that pops out of the combo box not be limited to the width of the combo box itself. So for example say the combo box is 50 wide and the text is 60 wide, I'd like to show the combobox as 50 wide in the gui, but when I select the dropdown, it sizes the dropdown based on the text in it. I do not want the combo box to change size but I also don't want the text to be editable. I've tried a few various different combinations to try to get this work and they all keep re-sizing the combobox itself. Any suggestions?