摘要: 关于拖放,可以通过以下博客对拖放之间的事件关系进行了解http://www.cnblogs.com/loveis715/archive/2011/12/05/2277384.html 拖放的公用类库 Platform.Common中的DragAndDrop,其中DragDropAdorner用来显示 阅读全文
posted @ 2018-10-30 20:40 马玲 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 1.xaml控件使能 IsReadOnly ="True"只读 IsEnable ="False" 不可操作,变灰 IsHitTestVisible="False" 不可操作,不变灰 2.控件:内容控件(Content Control),集合控件(ItemControl) 3.资源地址:pack:/ 阅读全文
posted @ 2018-10-30 20:29 马玲 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 一 . hashTable 1.引用 using System.Collections; 2.声明 Hashtable ht = new Hashtable(); 3.添加值 ht.Add(key,value); key 唯一 string keytxt = de.Key.ToString() st 阅读全文
posted @ 2018-10-30 20:18 马玲 阅读(2797) 评论(0) 推荐(0) 编辑