T
tommcd24
Hello all,
I need a way to read a previously saved list of customers and
programatically "Select" these items in an existing listbox. Something
to the effect of ListBox.SelectedItems = myCollection. Of course
SelectedItems is readonly.
I'm reading in from an XML file and I have that portion of the issue
resolved. Where I run into problems is how to get them all selected.
Any suggestions?
I need a way to read a previously saved list of customers and
programatically "Select" these items in an existing listbox. Something
to the effect of ListBox.SelectedItems = myCollection. Of course
SelectedItems is readonly.
I'm reading in from an XML file and I have that portion of the issue
resolved. Where I run into problems is how to get them all selected.
Any suggestions?