“ItemContainerStyle” ControlTemplate 存放子项的 容器
WPF中的ItemsControl定义了ItemContainerStyle这一属性,顾名思义,该属性用来给ItemsControl中包含的每一个Item的容器定义样式。
比如在ListBox中这个容器就是ListBoxItem的Template,在TabControl中这个容器就是TabItem的Template。
WPF中的ItemsControl定义了ItemContainerStyle这一属性,顾名思义,该属性用来给ItemsControl中包含的每一个Item的容器定义样式。
比如在ListBox中这个容器就是ListBoxItem的Template,在TabControl中这个容器就是TabItem的Template。