This question already has answers here: Closed 11 years ago. Possible Duplicate: Datatemplate inheritance
I\'m developing a Windows Phone 7 app. I\'m very new on it. I\'ve seen here a panorama control with some pictures (at panorama item Samples).
I have some objects I would like to display using a TreeView. The classes I use are defined like this:
Question is simple: how can I trigger a change on the dataObject without acutaly changing the dataObject, and see this change on the visual?
I am having a kinda strange problem. Here is the situation. I have a ListView, with a custom defined GroupStyle to make data appear in Expanders, in which there is a WrapPanel containing StackPanels
I have a ItemsControl with its ItemsSource bound to a collection, additionally I have a ItemTemplateSelector set.
I have a ListView which layout looks like a Windows Explorer view (icon + some details), bound to a list somewhere in the ViewModel.
This is the code: <ItemsControl x:Name=\"ContactsControl\" ItemsSource=\"{Binding Contacts}\"> <ItemsControl.ItemTemplate>
I have had several problems with the GoToStateAction in different scenarios, and I\'m beginning to believe that either the feature is buggy, or that my understanding of it is off.
Basically, I have the following scenario: ViewModel: FooViewModel : BaseViewModel, BarViewModel : BaseViewModel