Top "Combobox" questions

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

Is it possible to set the width of a jQuery autocomplete combobox?

I am using this jQuery UI combobox autocomplete control out of the box off the jQuery UI website: My issue …

jquery combobox width jquery-ui-autocomplete
Combo Box if statement

I am having a problem with a combo box here. What I did is made a combo box, added items …

c# combobox visual-c#-express-2010
Align Text in Combobox

I want to align my text in combo box so that it will show in the center of combobox tell …

c# winforms combobox visual-c#-express-2010
Set a default value for a ttk Combobox

I'm using Python 3.2.1 in Arch Linux x86_64. This one is really driving me crazy: I just want to have a …

python python-3.x combobox tkinter ttk
How to search through all items of a combobox in C#?

I have a combobox, and I would like to search through every element in it. How can I do this? (…

c# search combobox windows-forms-designer
WPF Change Background color of a Combobox

In my WPF app I just want to change the background color of the Combo box. I don't mean the …

c# wpf combobox background-color
jQuery UI Autocomplete Combobox Very Slow With Large Select Lists

I'm using a modified version of the jQuery UI Autocomplete Combobox, as seen here: http://jqueryui.com/demos/autocomplete/#combobox …

jquery performance jquery-ui combobox autocomplete
Simple ttk ComboBox demo

This should be very simple but I am really struggling to get it right. All I need is a simple …

python tkinter combobox ttk
Tooltip for each items in a combo box

I just want to add a tooltip for each item in a combo box. i am using c#.net windows …

.net winforms combobox tooltip
How to create a Winforms Combobox with Label and Value?

I am mostly an ASP.NET developer but I am working on a WinForms app and noticed a large difference …

.net winforms combobox