Hi,
i try to set a ImageIndexItem to an ComboBoxAdv Item.
read at Manual i can use somethink like
myComboboxAdv.ItemsImageIndexes.Add(New Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(myComboboxAdv, "ItemName", 0))
But this function add a 'new' entry.
unfortunately the myComboboxAdv.Items.add("ItemName") function Adds a ImageIndex-Entry also automatically
So at MyComboBoxAdv.ImageIndexes are dublicate entrys for one Item and the Image would't shown.
how can i change the index of the Image that should be shown for a existing item?
Because i would like to change the image while runtime it is more interesting to change the image instead of set the correct index by item.add()