Top "Combobox" questions

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

How to update values to the listbox under Combobox in ttk Python33

When I create the Combobox, it has no items in the list. Now when I click on the dropdown button …

combobox tkinter python-3.3 ttk
setting value of a combobox extjs

This is my model for my combo Ext.define('ExtJS.myApp.ComboModel', { extend: 'Ext.data.Model', alias: 'widget.combomodel', fields: [ { …

combobox extjs4.1 setvalue
Elegantly override style of ComboBox's ToggleButton in WPF

I have a question regarding how to elegantly override an arbitrary element deep inside a control's visual tree. I also …

wpf templates combobox styles controltemplate
Exposing inner Control properties for binding in WPF

[Edit]: I figured out how to do this on my own. I posted my solution in the hope that it …

wpf binding user-controls combobox
Disable mouse scroll wheel in combobox VB.NET

Does anyone know of a way to disable the mouse scroll wheel when a control such as a combobox or …

vb.net combobox scroll mousewheel .net-3.0
How to adding checked item from checkedlistbox to combobox

I want to adding checked item from checkedlistbox to my combobox, but i have a little problem here. Combobox only …

vb.net combobox checkedlistbox
Loading combobox from database in C#

I am creating an application, where I can add a customer's first name, last name, email, the date, service type (…

c# mysql combobox sqldataadapter
WPF: Changing a ComboBox's ItemTemplate removes the ability to jump down the list as you type. Any way to fix this?

PersonVM.cs public class MainWindowVM { public MainWindowVM() { PersonList = new ObservableCollection<Person>(Employees); } private Person[] Employees = new Person[] { new …

c# wpf data-binding combobox itemtemplate
WPF DataGrid DataGridTemplateColumn ComboBox ItemSource

I'm trying to create a very simple CRUD WPF application. I have a datagrid with 2 columns, ID, and Category. For …

wpf datagrid combobox datagridtemplatecolumn itemsource
Interaction Triggers in Style in ResourceDictionary WPF

I have a ComboBox which I need to use in several places in my application, so I set most of …

c# wpf xaml combobox resourcedictionary