Viktor P

Viktor P

  • NA
  • 7
  • 0

Listbox items in WPF: strange behaviour

Mar 27 2009 5:37 PM
Hi,
I need a little help with listboxes. I have created a listbox in WPF, and added items with the listbox1.items.Add(...) method from the c# code. The items appear alright, but I can't select them one-by-one, selection is all messed up. Seems that these items have the same index. How can I get listbox.items.add to work correctly?

Thank you in advance
V

Answers (6)