Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / selection

Selection

selection

Great Reads

by Alishah Novin
Currently, ComboBoxItems cannot be selected using the keyboard - only the mouse. This is an attempt to resolve that.
by Code-o-mat
Combo boxes under Windows have a "nice" feature of automatically selecting an item for the user when the user drops down the list of the combo box. This selection is based on partial string matching by the combo box, namely, it will select the first item in the list -if any- that begins with the...
by Kailas Mane
Create a multiple clolumn combox/autocomplete/dropdownlist in ASP.NET MVC3.
by Menci Lucio
This is a control that lets you select an item from a list with a single gesture

Latest Articles

by Alishah Novin
Currently, ComboBoxItems cannot be selected using the keyboard - only the mouse. This is an attempt to resolve that.
by Code-o-mat
Combo boxes under Windows have a "nice" feature of automatically selecting an item for the user when the user drops down the list of the combo box. This selection is based on partial string matching by the combo box, namely, it will select the first item in the list -if any- that begins with the...
by Kailas Mane
Create a multiple clolumn combox/autocomplete/dropdownlist in ASP.NET MVC3.
by Menci Lucio
This is a control that lets you select an item from a list with a single gesture

All Articles

Sort by Score

selection 

by Code-o-mat
Combo boxes under Windows have a "nice" feature of automatically selecting an item for the user when the user drops down the list of the combo box. This selection is based on partial string matching by the combo box, namely, it will select the first item in the list -if any- that begins with the...
by Greg Dennis
How to implement a single selection set across as many ItemsControls as your app needs.
by Greg Dennis
Another approach to implementing single selection across multiple ItemsControls
by Jamie Highfield
WinForms .NET Time Chooser grid control.