Windows Forms MultiColumnComboBox Overview

2 Oct 20231 minute to read

Based on our ComboBoxBase control, the MultiColumnComboBox is an advanced combo box control that has the capability to show multiple columns in the drop-down list. Also, since the drop-down list is bound virtually to the datasource, data binding to a very large datasource is instantaneous.

In this version, the MultiColumnComboBox can only be populated using data binding. You cannot manually add items to the combo box.

This combo box automatically shows all the fields in the datasource. You can data bind using the usual DataSource, DisplayMember and ValueMember properties.

Overview of MultiColumnComboBox

Choose between different combobox controls

You can refer to the different combobox controls here.