Combobox allows to select one option out of several (similar to a dropdownlist), or to type a custom option.
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 enumsNeed some help with adding filter to my ComboBox drop down list(windows Forms Visual studio 2015) The drop down is …
c# winforms filter combobox dropdownboxI am a semi-beginner Java programmer, learning Java FX from a variety of sources. In my program, I would like …
arraylist javafx combobox observablelistI have a ListView that contains two types of objects, single and multiple. The single is a ordinary TextBlock while …
wpf mvvm combobox collectionviewsourceRelated to my previous question: Binding ComboBox.SelectedItem in Silverlight I have a ComboBox bound like so: <ComboBox x:…
silverlight data-binding combobox selecteditemI have a problem with ExtJs combobox, consider I have a combobox that has 4 items and a callback function in …
extjs combobox extjs4I got a ComboBox with a couple of items. I want to put SelectedIndex of the ComboBox to 0, so when …
c# winforms combobox selectedindexchangedSo, lets say I have a ComboBox with a custom data template. One of the items in the data template …
wpf silverlight combobox itemtemplateI have defined a ComboBox which allows the user to select a contact from his contact list. The ComboBox is …
html combobox vaadinI am currently trying to return an array which contains information about a seat at a theate such as Seat …
c# arrays combobox argumentnullexception