I am currently using a class that makes an API call to increase the width of my combobox so that the list can be entirely read. I am doing this because space is limited on my form and the only thing the user needs to see is the first two letters. (For example,a list of state abreviations that also shows the full name of the state when it drops down)

So the problem is, the increase in width projects off to the right. When the dropdown event occurrs, the width is too large and it falls off the screen. I need to know if anyone knows how to handle this event so that the increase in width projects to the left. Or any other sugesstions how I can fix the problem. I can't move the combo box to any other position on the form, so thats out.

Thanks for any help you might have.