I have a WinForms combo box, I wish to set the width of the column box so that any selected item can be shown in full. (I do not know what items will be in the combo box at the time of writing the software)
However when I call Combobox.PreferredSize, it does not seem to take into account the items that are in the drop down list.