I have a listbox bound to a view model observable collection:
This works fine, minus one little hitch... assuming that the observable collection contains strings, the whole thing breaks down when entries with identical values get added to the collection, what is the best way to handle this? Custom struct instead of strings and then a datatemplate?
edit: completely forgot to explain the behavior... it selects multiple values when i click on a single entry, all other values with the same text get selected.