ComponentOne ComboBox™ for WPF is a full-featured combo box control that combines an editable text box with an auto-searchable drop-down list.
Locate items quickly by typing the first few characters. ComboBox will automatically search the list and select the items for you as you type.
C1ComboBox uses element virtualization, so it always loads quickly, even when populated with hundreds of items.
Configure the drop-down portion to display above or below the header portion with the DropDownDirection property. You can specify the direction preference to use if there is allowable space on the form.
Fully customize the content of each item in C1ComboBox using data templates. This includes text, images, and any other controls.
ComboBox has a rich object model. You can easily specify whether the end user is allowed to enter items that are not on the drop-down list, get or set the index of the selected item, control how may items should be displayed in the drop-down combo, and more.
ComboBox supports ComponentOne ClearStyle™ technology which allows you to easily change control brushes without having to override templates. By just setting a few brush properties in Visual Studio you can quickly style each part of the control.