Top "Combobox" questions

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

How to change the CornerRadius of the Combobox WPF

I want to use a ComboBox with different CornerRadius, how can I change that simply? I've tried with Style and …

wpf combobox styles controltemplate cornerradius
Vaadin set combo box value after it has been filled

My instance of the combo box is created globally, It gets filled with, lets say a list of companies while …

java combobox vaadin vaadin7
Change width of dropdown listbox of a ttk combobox

I am trying to change to width of the popdown list of the ttk Combobox. Setting the width of the …

python-3.x tkinter combobox ttk
javafx create ComboBox TableCell

I'm trying to create a custom TableCell in my TableView. I'd like it to display a ComboBox where I can …

java combobox javafx tablecell
How to select item by typing a keyboard letter key in WPF combobox?

I have a WPF ComboBox and I want to go to items that start with (for example) "e" in the …

wpf select combobox hotkeys
combobox selected value in c#

I am working on C#.net windows application. i am filling combobox on my winform by using follows. cmbEMPType.DataSource = …

c# winforms combobox selectedvalue
Good Javascript Combo Box replacement for combo boxes with tons of elements?

I have a page where my combo box has hundreds of elements which makes it very hard to pick the …

javascript html combobox dhtml
How to make the ComboBox drop down list resize itself to fit the largest item?

I've got a DataGridView with a ComboBox in it that might contain some pretty large strings. Is there a way …

c# winforms datagridview combobox datagridviewcombobox
Ext.form.ComboBox: Use template for displayField

Is there any way to apply a template to the selected value of a ComboBox? I'm using a template to …

templates combobox extjs datastore