摘要: 现在恢复写博客的习惯,呵呵 阅读全文
posted @ 2013-10-16 09:23 Xsi64 阅读(127) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-11-11 12:18 Xsi64 阅读(1583) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-11-11 12:16 Xsi64 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(276) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-11-03 13:37 Xsi64 阅读(95) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-10-30 17:32 Xsi64 阅读(776) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-10-30 17:29 Xsi64 阅读(1055) 评论(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 阅读(99) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-10-30 17:23 Xsi64 阅读(2831) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-10-30 16:45 Xsi64 阅读(245) 评论(0) 推荐(0) 编辑