Hello community,
I am using this code to remove an item from a B4XComboBox and showing the first item.
I still see the text from the removed index. Do I have to initialize again or how can I remove also the text from that index?
I have searched the guides, the examples I found and the forum but found no answer to this.
Best regards
--Christian
I am using this code to remove an item from a B4XComboBox and showing the first item.
B4X:
Items.RemoveAt(ToDeleteIndex)
cbProfile.SelectedIndex = 0
I still see the text from the removed index. Do I have to initialize again or how can I remove also the text from that index?
I have searched the guides, the examples I found and the forum but found no answer to this.
Best regards
--Christian