Hi,
Programmatically we can add items to the C1Combo in the following manner:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Me.C1Combo1.DataMode = C1.Win.C1List.DataModeEnum.AddItem
Me.C1Combo1.AddItem("Item1")
Me.C1Combo1.AddItem("Item1")
Me.C1Combo1.AddItem("Item1")
Me.C1Combo1.AddItem("Item1")
Me.C1Combo1.AddItem("Item1")
Me.C1Combo1.AddItem("Item1")
End Sub
However, in the designer there is no item collection available which can be
used to add items in C1Combo.
I hope this helps.
Regards,
John Adams
wrote in message news:201995@10.0.1.98...
How I add an item to the c1Combo in unbound mode (in designer and
Programmatically)
Thanks
http://helpcentral.componentone.com/cs/forums/p/74342/201995.aspx#201995