Using Swift 3x, I am trying to create a Cocoa app with a combo box for the user to select an SIC (Standard Industrial Classification). The list of options contains the numeric code and a description. A selected option will just display the numeric code in the combo box and the description is in a text field next to it, as shown in the following picture:
After an SIC has been picked
In Xcode 8x, the combo box width is the same width as the list of options. How can the list of options be wider than the control?
Thanks for your help.