What is difference between ItemTemplate and DataTemplate?
What is difference between ItemTemplate and DataTemplate? You use the ItemTemplate to specify the visualization of the data objects. If your ItemsControl is bound to a collection object and you do not provide specific display instructions using a DataTemplate, the resulting UI of each item is a string representation of each object in the underlying […]