上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: ListView Learning Note how to add double click event to listviewitem in ListView. 1. refer link in "stackoverflow" 2. Some notes about this. we can us 阅读全文
posted @ 2016-05-21 15:24 kongshu 阅读(143) 评论(0) 推荐(0) 编辑
摘要: How to call C\ code in powershell Powershell Command Add Type 1. usage of "Add Type" 2. we use Add Type TypeDefinition $code. About C Code, we should 阅读全文
posted @ 2016-05-19 17:54 kongshu 阅读(425) 评论(0) 推荐(0) 编辑
摘要: reflesh the selected item in DataView when we use DataView to display a set of data. Generally, we binding the selected item to our object in ViewMode 阅读全文
posted @ 2016-05-15 08:06 kongshu 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Timer in StatusBar 1. we need to show local time in StatusBar. solution: 1. add textblock control 2. binding to a string. 3. we use dispatcherTimer cl 阅读全文
posted @ 2016-05-15 07:51 kongshu 阅读(182) 评论(0) 推荐(0) 编辑
摘要: StatusBar & StatusBarItem StatusBar 1. "StatusBar class" StatusBarItem 1. "StatusBarItem class" 2. Example 阅读全文
posted @ 2016-05-13 11:28 kongshu 阅读(301) 评论(0) 推荐(0) 编辑
摘要: Menu & MenuItem learning note Menu MenuItem 1. "MSDN" 2. Sample Code 阅读全文
posted @ 2016-05-13 11:17 kongshu 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Learning Note For MvvmLight MvvmLight quitstart refer link1 : "MVVMLight HelloWorld" mc:Ignorable usage. we have a lot of places using in our xaml. it 阅读全文
posted @ 2016-05-08 08:11 kongshu 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Random Usage sometimes, we hope to generate some random infor to manipulate our data structor. we can use random class to achieve this goal. the refer 阅读全文
posted @ 2016-05-08 07:38 kongshu 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Summary of my learning note for WPF Binding Binding to DataSet. when we want to add new record, we should modify DataTable , not the DataTableView . V 阅读全文
posted @ 2016-05-04 10:46 kongshu 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 转一篇很好的博客: http://www.cnblogs.com/lzhp/p/3250786.html 介绍 listbox 的 Template、ItemsPanel、ItemContainerStyle、ItemTemplate : http://www.cnblogs.com/zwzw/p/ 阅读全文
posted @ 2016-04-28 07:45 kongshu 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页