
Originally Posted by
isladogs
In the property sheet for combos, there are two separate properties: Width and list width. The second of these is the width shown when the combo drop down is displayed. Make it wider than the width property so you see all the text.
It doesn't matter if it cover other controls during selection as the width goes back to normal afterwards...automatically as Linq explained.
You don't need the got focus or after update events for this.
After selection, your issue has been solved by increasing the height.
If still not happy, reduce your font size or move other controls on the form.