Top "Combobox" questions

Combobox allows to select one option out of several (similar to a dropdownlist), or to type a custom option.

How can I populate a WPF combo box in XAML with all the items from a given enum?

Say I have an enum with four values: public enum CompassHeading { North, South, East, West } What XAML would be required …

.net wpf data-binding combobox enums
C# Adding Filter to combobox dropdown list

Need some help with adding filter to my ComboBox drop down list(windows Forms Visual studio 2015) The drop down is …

c# winforms filter combobox dropdownbox
Convert ArrayList to Observable List for JavaFX program?

I am a semi-beginner Java programmer, learning Java FX from a variety of sources. In my program, I would like …

arraylist javafx combobox observablelist
Grouping items in a ComboBox

I have a ListView that contains two types of objects, single and multiple. The single is a ordinary TextBlock while …

wpf mvvm combobox collectionviewsource
Binding ComboBox.SelectedItem in Silverlight (more)

Related to my previous question: Binding ComboBox.SelectedItem in Silverlight I have a ComboBox bound like so: <ComboBox x:…

silverlight data-binding combobox selecteditem
ExtJs didn't fire select event on ComboBox

I have a problem with ExtJs combobox, consider I have a combobox that has 4 items and a callback function in …

extjs combobox extjs4
Set ComboBox default value without directly changing SelectedIndex

I got a ComboBox with a couple of items. I want to put SelectedIndex of the ComboBox to 0, so when …

c# winforms combobox selectedindexchanged
ComboBox with ItemTemplate that includes a button

So, lets say I have a ComboBox with a custom data template. One of the items in the data template …

wpf silverlight combobox itemtemplate
Vaadin ComboBox with values and IDs

I have defined a ComboBox which allows the user to select a contact from his contact list. The ComboBox is …

html combobox vaadin
Value cannot be null, ArgumentNullException

I am currently trying to return an array which contains information about a seat at a theate such as Seat …

c# arrays combobox argumentnullexception