I have a CheckedListBox that is bound to a DataTable, and has a
description field as it's DisplayMember.
I can't figure out how to have the Selection Mode be "None" w/ this.
I keep getting errors. Does anyone know how to do this?
I've also tried to use the SetSelection sub under the listbox, to
de-select a selected item, but I got errors there too.
Any ideas?
Thanks...