Top "Combobox" questions

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

How to auto select (show) the first value of combobox in Ext Js?

This is my combobox { xtype: 'combo', fieldLabel: LANG.LOGIN_LANG, id : 'lang', store: [ ['tr','Türkçe'], ['ru','Русский'], […

extjs combobox extjs3
How can I make a WPF combo box have the width of its widest element in XAML?

I know how to do it in code, but can this be done in XAML ? Window1.xaml: <Window x:…

c# wpf combobox
How do I bind a ComboBox so the displaymember is concat of 2 fields of source datatable?

I'd like to bind a ComboBox to a DataTable (I cannot alter its original schema) cbo.DataSource = tbldata; cbo.DataTextField = "…

c# data-binding combobox
How can I dynamically change auto complete entries in a C# combobox or textbox?

I have a combobox in C# and I want to use auto complete suggestions with it, however I want to …

c# winforms autocomplete combobox textbox
How do I set the height of a ComboBox?

I have a ComboBox on a form, and its default height is 21. How do I change it?

c# .net winforms combobox
ComboBox with empty item?

Suppose we have a DataSource bind to a collection from Database. There is no null item of course. How to …

wpf combobox
c# combobox binding to list of objects

Is it possible to bind a ComboBox to a list of objects, but have the selectedvalue property point to the …

c# winforms data-binding combobox business-objects
AutoComplete ComboBox in JavaFX

I'm looking for a way to add autocomplete to a JavaFX ComboBox. After searching a lot it's time to ask …

java combobox autocomplete javafx-2 javafx-8
How to change/set value in kendo combobox

Can anyone let me know how can we change the value of kendo combobox dynamically. Fiddle is here - http://…

javascript jquery combobox kendo-ui
WPF: How to bind object to ComboBox

Trying to learn how to bind objects to various types of controls. In this instance, I want to get sample …

wpf xaml object data-binding combobox