2016年1月15日
摘要: ApplySkinFromMenuItem("Style/BigImgStyle.xaml", "Style/FileListStyle.xaml"); //换肤 void ApplySkinFromMenuItem(string source, string oldSources) { st... 阅读全文
posted @ 2016-01-15 18:12 碎儿 阅读(1484) 评论(0) 推荐(0) 编辑
摘要: ListBoxItem lstitem = this.list.ItemContainerGenerator.ContainerFromItem(m) as ListBoxItem;其中this.list是使用了mvvm模式绑定了数据集的ListBox 阅读全文
posted @ 2016-01-15 18:02 碎儿 阅读(1279) 评论(0) 推荐(0) 编辑
摘要: WPF,相对位置,位置,控件,元素 阅读全文
posted @ 2016-01-15 18:00 碎儿 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 相对于屏幕的位置 第一步: /// /// 用于获得鼠标相对于屏幕的位置 /// public class Win32 { [StructLayout(LayoutKind.Sequential)] public struct POINT { public int X; public int ... 阅读全文
posted @ 2016-01-15 17:54 碎儿 阅读(2690) 评论(0) 推荐(0) 编辑
摘要: 方式1:窗体中加入资源 其中:CommandBinding_Cut ,CommandBinding_Copy ,CommandBinding_Paste 是按下快捷键对用的事件操作private void CommandBinding_Cut(object sender,... 阅读全文
posted @ 2016-01-15 17:48 碎儿 阅读(6874) 评论(1) 推荐(0) 编辑