摘要: 一、绑定 ListBox绑定ViewModel中的string链表,注意不能用普通的List<string>,需要定义ObservableCollection<string>(如果用List<string>,界面刷新会有所延迟) XAML(DataContext为viewModel): ViewMo 阅读全文
posted @ 2017-08-29 15:11 影子张 阅读(8772) 评论(1) 推荐(0)