On my form I have a combobox and 2 checklistboxes, I'm trying to populate them all from the same datasource (an arraylist).
The populating is fine, however once populated, if I select something in the combobox, the same items get selected in the other two lists?!
I didn't think an arraylist has a "selected" property or collection so why is it doing this?
I want to bind to the same datasource but allow each of the lists to have their own different selections???
The populating is fine, however once populated, if I select something in the combobox, the same items get selected in the other two lists?!
I didn't think an arraylist has a "selected" property or collection so why is it doing this?
I want to bind to the same datasource but allow each of the lists to have their own different selections???