Top "Combobox" questions

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

WPF ComboBox popup placement : Bottom and aligned to the right edge

I'm trying to create a ComboBox with a non-standard dropdown alignment. Basically, I want the dropdown to be below the …

wpf combobox drop-down-menu placement
Sorting a combobox purely in XAML

I'm surprised that no one has asked this before here... well, at least I haven't found an answer here or …

wpf xaml sorting combobox
Set ComboBox selected item highlight color

I need to change the highlight color of a ComboBox's selected item in the popup list. I've found several tutorials …

wpf combobox highlight selected
How To Re-Empty ComboBox when forceSelection is Set To TRUE (ExtJS 4)

I have a combo box with forceSelection config is set to true. The combo box is optional. It can be …

combobox extjs4
Adding multiple items to a combo box using AddRange

Baically I'm looking for something like this... cbo_Genre.Items.AddRange({"Horror", "Comedy"});

c# visual-studio-2008 combobox addrange
ExtJS ComboBox dropdown width wider than input box width?

Is there any way to set the width of an ExtJS (version 4) ComboBox's dropdown menu to be wider than that …

javascript user-interface extjs combobox extjs4
How to set an item as selected in a combobox

It seems nobody has yet found a way to set the comboboxitem as selected with a SelectedItem="Binding Property". Is …

wpf mvvm combobox set selecteditem
DisplayMemberPath concatenation

I am trying to bind two values to a ComboBox display value, but I do not know how to do. …

.net wpf combobox
JSF combobox: display items from Collection

I can't populate a JSF combo box with predefined data from a Java collection. Backend, simple stub for collection: PriceRecord …

jsf combobox items
WPF ComboBox performance problems by binding a large collections

I'm trying to bind a large collection to a ComboBox and I faced performance problems when opening ComboBox's popup. I …

wpf data-binding combobox wpf-controls