We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Add items to ComboBoxEx

I must be missing something, because I do not see an "Add" method for the ComboBoxExt. Something similar to the following (incomplete) code segment for(int i = 0; i < ArrayList.Count; i++) myComboBox.Items.Add(Mv.SomeValue); Thanks In Advance.

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon