Posted
on Sep 13, 2011
(permalink)
Hey Maya,
Thanks!
Of course, the situation is fairly simple, I've got a carousel control binded to my ViewModel in regards to ItemsSource and SelectedItem.
SelectedItem is binded two way, when my UI logic wishes to change the selected item it set the VM property which in turn changes the SelectedItem of the carousel, this is fairly standard usage of a Listbox, etc.
What I noticed is that the Selected Item changes in the carousel only if its visible. I'm almost certain it is due to virtualization, doesn't it ring a bell?
Thanks
Ariel