随笔分类 -  wpf

摘要:public static class DialogCloser { public static readonly DependencyProperty DialogResultProperty = DependencyProperty.RegisterAttached( "DialogResult 阅读全文
posted @ 2022-01-11 09:48 博客萌新 阅读(182) 评论(0) 推荐(0)
摘要:我定义个 List<Student> stuList = new List<Student>(); 然后绑定 this.combobox1.ItemsSource =stuList; 我更新了一下stuList,然后再次绑定,这里就有异常了。 我想第二次更新了stuList后,让Combobox也更 阅读全文
posted @ 2021-11-09 10:57 博客萌新 阅读(2771) 评论(1) 推荐(0)