I
Igor Vrdoljak
Hi.
I am binding ListBox control to ArrayList of custom objects. This works
fine if I do not change ArrayList in runtime. The problem is that if I
do change the ArrayList, nothing happens with ListBox.
The only workaround I managed to find is setting DataSource to null and
then back to (changed) ArrayList. This seems a bit wrong, so if anyone
knows of a better way, I would be grateful for any help.
Igor
I am binding ListBox control to ArrayList of custom objects. This works
fine if I do not change ArrayList in runtime. The problem is that if I
do change the ArrayList, nothing happens with ListBox.
The only workaround I managed to find is setting DataSource to null and
then back to (changed) ArrayList. This seems a bit wrong, so if anyone
knows of a better way, I would be grateful for any help.
Igor