文章分类 -  WPF

摘要:this.ListView1.Items.SortDescriptions.Add(new SortDescription("UserName", ListSortDirection.Ascending)); this.ListView1.Items.SortDescriptions.Add(new SortDescription("Age", ListSortDirection.Descendi... 阅读全文
posted @ 2009-11-06 17:13 Xsi64 阅读(300) 评论(0) 推荐(0)
摘要:[代码] 阅读全文
posted @ 2009-10-30 17:32 Xsi64 阅读(804) 评论(0) 推荐(0)
摘要:[代码] 阅读全文
posted @ 2009-10-30 17:29 Xsi64 阅读(1164) 评论(0) 推荐(0)
摘要:Binding binding = new Binding();  //实例化绑定binding.Source = this.TextBox1;  //设置绑定源binding.Path = new PropertyPath("Text");  //设置绑定属性this.TextBox2.SetBinding(TextBox.TextProperty, binding);  //设置控件绑定 阅读全文
posted @ 2009-10-30 17:27 Xsi64 阅读(124) 评论(0) 推荐(0)
摘要:[代码] 阅读全文
posted @ 2009-10-30 17:23 Xsi64 阅读(2862) 评论(0) 推荐(0)
摘要:[代码] 阅读全文
posted @ 2009-10-30 16:45 Xsi64 阅读(263) 评论(0) 推荐(0)