Top "Combobox" questions

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

Autocomplete for ComboBox in WPF anywhere in text (not just beginning)

I've got a ComboBox in WPF that I've mucked around with quite a lot (it has a custom template and …

c# .net wpf combobox
C# WPF Combobox select first item

Goodday, I want my combobox to select the first item in it. I am using C# and WPF. I read …

c# wpf xaml combobox dataset
Looking for a WPF ComboBox with checkboxes

My google skills fail me. Anyone heard of a control like that for WPF. I am trying to make it …

wpf combobox checkedlistbox
How to bind a ComboBox to generic dictionary via ObjectDataProvider

I want to fill a ComboBox with key/value data in code behind, I have this: XAML: <Window x:…

c# wpf xaml data-binding combobox
What event catches a change of value in a combobox in a DataGridViewCell?

I want to handle the event when a value is changed in a ComboBox in a DataGridView cell. There's the …

c# .net datagridview combobox event-handling
Selecting an item in comboBox by typing

I've a combobox that has hundreds item in it. User must be able to type the text into the combobox . …

c# winforms combobox
Auto-width of ComboBox's content

Does anybody know a way to set the ComboBox's content's width to autosize I do not mean the ComboBox itself, …

c# .net winforms combobox
How to check whether the item in the combo box is selected or not in C#?

I have a combo box in which I have to display the dates from a database. The user has to …

c# .net combobox selecteditem
What is the simplest way to get the selected text of a combo box containing only text entries?

My WPF ComboBox contains only text entries. The user will select one. What is the simplest way to get the …

wpf combobox selecteditem selectedvalue selectedtext
Is there any way to add padding to select options via CSS?

I want to add some kind of space (padding, margin or whatever) between select options in HTML using CSS. I …

html css combobox margin padding