Open arrrbiter opened 13 years ago
Would you mind describing how you changed the code? I have a naive implementation where SelectedObject is a dependency property and it updates SelectedObjects when it is set. However, if SelectedObjects gets set directly then my SelectedObject property is incorrect.
I'm thinking that SelectedObjects should be the dependency property, but still a bit unclear on how to keep the two in-sync.
Hi, any updates on this issue? Could someone post a workaround sample, or is it simply not possible to work with WPG and MVVM?
Since the SelectedObject property is not a dependency property, I was unable to bind it to my viewmodel without changing the code and making it a dependency object.