B
Brian Johnson
I have a Listbox which uses an ArrayList as its
datasource. This works great until the contents of the
ArrayList change; the Listbox is not updated as I
expected.
Upon further digging, I found that this is the default
behavior. Other data collections (datatables, etc.)
should do this, but not ArrayList.
Can anyone help show me how to force the update in the
ListBox when the ArrayList changes? I would prefer to
use an ArrayList in this particular case.
Thxs!
datasource. This works great until the contents of the
ArrayList change; the Listbox is not updated as I
expected.
Upon further digging, I found that this is the default
behavior. Other data collections (datatables, etc.)
should do this, but not ArrayList.
Can anyone help show me how to force the update in the
ListBox when the ArrayList changes? I would prefer to
use an ArrayList in this particular case.
Thxs!