ItemsControl控件-----常用的

常用的ItemsControl控件有:ListBox、ComboBox、TreeView、DataGrid等等。(小结:均是“多项”控件,多项 对应 集合,单项 对应 元素)

ItemsControl常用的属性有:ItemsSource属性(IEnumerable类型), ItemTemplate 属性{DataTemplate类型 }。。。。后续补中。。。。。。。。。。。。。。

原文地址:https://www.cnblogs.com/changbaishan/p/3525448.html