hello.
I have a listbox that each of its listboxitem is a template that also have a listbox inside of it.
i have a IsSelected property on the inner listboxitems and my goal is that only one listboxitem is selected at a given timem accross all the listboxitems in the page.
for some reason when i bind the listbox to the datacontext the first item in each inner listbox is selected.
any ideas or need iadd more information ?