RP
Ramesh Praveen
Syncfusion Team
August 5, 2003 02:59 PM UTC
Ken,
The ComboBoxExt expects a ListBox to be plugged in to be shown in the dropdown area. And you would populate the ListBox, instead of the combo directly. The idea is to let you plugin custom ListBox's the dropdown area.
However, if you want a .net ComboBox like functionality you should use our ComboBoxAdv control (deriving from our ComboBoxExt) that provides a very similar API as the .net combo and automatically using a ListBox internally.
Regards,
Praveen