Click here to Skip to main content
15,867,686 members
Everything / Combobox

Combobox

combobox

Great Reads

by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
by Nilay M Joshi
Multiselect Combobox - Custom control for WPF
by Johnny J.
A sample owner-drawn ComboBox
by Er. Puneet Goel
This tip implements the TreeView like DropDownList with Search Functionality using Telerik Kendo.

Latest Articles

by vblover Programmer
Custom DropDownBox with all languages of the world to select a language.Save and reload Selected language using Application Settings
by Nilay M Joshi
Multiselect Combobox - Custom control for WPF
by AXI_IeD
How to Filter contextually the list shown by a DataGridComboBoxCell?
by César Jaramillo L.
This is an alternative for "Embedding a DataGridView in a ComboBox"

All Articles

Sort by Updated

Combobox 

26 May 2021 by Nilay M Joshi
Multiselect Combobox - Custom control for WPF
26 Feb 2017 by AXI_IeD
How to Filter contextually the list shown by a DataGridComboBoxCell?
3 Jun 2016 by César Jaramillo L.
This is an alternative for "Embedding a DataGridView in a ComboBox"
31 Oct 2014 by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
1 Sep 2014 by Menci Lucio
This is a control that lets you select an item from a list with a single gesture
7 Nov 2013 by Adam Zgagacz
ComboBox extension methods for binding with Enum types
8 May 2013 by Niemand25
A simple way to place any DataGridView inside a ComboBox.
15 Jan 2013 by EricFaust
A custom made DropDownList control for ASP.NET
1 Nov 2012 by Kailas Mane
Create a multiple clolumn combox/autocomplete/dropdownlist in ASP.NET MVC3.
24 May 2012 by rspercy65
This is a remake of Pramod Kumar Sing's 2002 API Viewer.
12 Mar 2012 by Dor Alon
iPhone Safari like ComboBox
30 Dec 2011 by Steve Aube 1
A step by step set of examples that walk you through working with data binding and ComboBoxes.
30 Mar 2011 by Mircea Deliu
This post describes a simple and easy way to change the current behavior of your Silverlight or WPF ComboBox by using an attached property and a ComboBox style.
4 Feb 2011 by Michael Agroskin
ObservableCollection attaches to the PropertyChanged events of its children using the WeakEvents pattern, and raises the ChildPropertyChanged event accordingly. Replicates functionality of BindingList but without the overhead. Very useful when you need to update / select / arrange / move items.
23 Jan 2011 by Michael Agroskin
ObservableCollection attaches to the PropertyChanged events of its children and raises the ChildPropertyChanged event accordingly. Very useful when you need to update / select / arrange / move items.
4 Jan 2011 by yonken
A MFC based virtual combo box
29 Dec 2010 by sudheer muhammed
The article will demonstrate how to use a combobox as a colorpicker tool just like we have in Visual Studio color picker tool.
1 Sep 2010 by Bassam Alugili
This is an extended ComboBox which supports images for items
24 Mar 2010 by Alishah Novin
Currently, ComboBoxItems cannot be selected using the keyboard - only the mouse. This is an attempt to resolve that.