Top "Combobox" questions

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

WPF: TreeView inside a ComboBox

I'm trying to put a TreeView inside a ComboBox in WPF so that when the combo box is dropped, instead …

wpf combobox treeview
ComboBox ItemsSource changed => SelectedItem is ruined

Ok, this has been bugging me for a while now. And I wonder how others handle the following case: <…

wpf collections combobox selecteditem
Binding ComboBox.SelectedItem in Silverlight

This one is driving me crazy. Here's the XAML: <UserControl x:Class="SilverlightApplication1.Page" xmlns="http://schemas.microsoft.com/…

silverlight data-binding combobox selecteditem
Differences between ComboBox and ChoiceBox in JavaFX

What are the differences between ComboBox and ChoiceBox in JavaFX? I'm not entirely clear on that just from the Javadoc …

java user-interface javafx combobox difference
Reordering of controls within a flow layout panel

I'm having trouble using the flowlayoutPanel in a C# winform application. What I basically have is a flow layout panel …

winforms controls combobox flowlayoutpanel
Readonly ComboBox in WinForms

I'm writing a GUI in C#, Visual Studio 2008, using the Designer and WinForms. I've got a ComboBox control, and I'd …

c# winforms combobox readonly
Load default value for a comboBox extjs

how can i load a default value from my json store (remote) into a combobox , i've tried load the store …

javascript combobox extjs store
How can I center a ComboBox's content vertically?

For example, notice how the text isn't quite in the vertical center of the ComboBox. Here's my XAML: <Window …

wpf xaml combobox
C# How to set the autopostback property when using asp.net mvc?

I am using asp.net MVC framework. On my page i have a dropdwonbox and when an option is clicked …

c# asp.net-mvc combobox autopostback
WPF Combobox not updating when collection is changed

I am new to WPF. I am trying to bind collection of string to combobox. public ObservableCollection<string> …

c# wpf binding combobox observablecollection