This sample shows a stand-alone ComboBox control in a form that displays the GridListControl as a drop-down.
Features
The grid list is bound to the Products table from the Northwind database.
ComboBox supports AutoComplete based on entries of the drop-down grid list.
The grid list control is coupled to the combo box base by using ListControl property.
Width of the drop-down can be adjusted in the combo box base.