C
Carl
I have a ComboBox with an ArrayList as its datasource.
The list displays its initial elements fine. however
when I add elements to the ArrayList they are not
reflected in the list and the Items Collection doesn't
reflect the new values.
Do I have to do something to ensure that the control is
synchronized with its datasource?
The list displays its initial elements fine. however
when I add elements to the ArrayList they are not
reflected in the list and the Items Collection doesn't
reflect the new values.
Do I have to do something to ensure that the control is
synchronized with its datasource?