What is ItemContainerTemplate used for? It is derived from DataTemplate, but I don\'t see any difference between them except the ItemContainerTemplateKey property. When shou
You can put an ItemContainerTemplate in a ResourceDictionary, and it will automatically use the DataType as its key.
ItemContainerTemplate
ResourceDictionary
DataType
That's the only difference.