Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ

21. Windows Forms ComboBox

21.1 How do I bind the values of an enum to a ComboBox?
21.2 How can I programmatically prevent the combobox from dropping?
21.3 How can I turn off editing in the textbox portion of a ComboBox, restricting the user to selecting only those options in the drop list?
21.4 How can I adjust the height of the of my ComboBox dropdown?
21.5 How do I implement an owner drawn combobox?
21.6 How do I add a ComboBox button to a toolbar?
21.7 How do I set the width of a combobox to fit the entries in its list?
21.8 How can I programmatically create a new list for my ComboBox dropdown?

 

Windows forms FAQ