Use DataTemplate.Triggers in WP8
问题 I am using an ItemsControl in WP application to show a list of objects ( bind an observable collection to this list). In WPF we can update the UI if any object properties is updated , but when it comes to WP8 , how can i do the same? Below is the syntax used in WPF , but in WP8 it shows Triggers not found <ItemsControl> <ItemsControl.ItemTemplate> <DataTemplate> <DataTemplate.Triggers> </DataTemplate.Triggers> </DataTemplate> </ItemsControl.ItemTemplate> </ItemsControl> how can i update UI in