ItemsControl Grouping分组
摘要:
ItemsControl属性GroupStyleGrouping再ItemsControl源代码 1 public class ItemsControl : Control, IAddChild, IGeneratorHost 2 { 3 public static readonly DependencyProperty GroupStyleSelectorProperty; 4 private ObservableCollection _groupStyle = new ObservableCollection(); 5 6 public ObservableCol... 阅读全文
posted @ 2014-03-27 01:39 饶华刚 阅读(1101) 评论(0) 推荐(0)