摘要: WPF中对ListBox、ListView、TreeView等实现数据双向绑定经常会用到ObservableCollection<T> 类。 ObservableCollection<T> 类 表示一个动态数据集合,它是实现了INotifyPropertyChanged 接口的数据集合,在添加项、移 阅读全文
posted @ 2023-06-13 11:30 程序员小白n 阅读(3248) 评论(0) 推荐(1)