随笔分类 -  WPF

Popup a window before the MainWindow
摘要:protected override void OnStartup(StartupEventArgs e) { Window w = new Window(); w.ShowDialog(); base.OnStartup(e); } 当w窗口关闭的时候会结束整个进程。 原因:https://doc 阅读全文

posted @ 2019-12-02 17:03 冰凌灵雨 阅读(95) 评论(0) 推荐(0)

为DataGridTemplateColumn设置快捷菜单
摘要:DataGridTemplateColumn 设置ClipboardContentBinding="{Binding 属性}" 阅读全文

posted @ 2018-11-15 11:03 冰凌灵雨 阅读(112) 评论(0) 推荐(0)

WPF Build Action
摘要:None: The file is not included in the project output group and is not compiled in the build process. An example is a text file that contains documenta 阅读全文

posted @ 2018-03-01 17:05 冰凌灵雨 阅读(367) 评论(0) 推荐(0)

Caliburn.Micro 自定义View和ViewModel的匹配规则
摘要:使用TypeMappingConfiguration类 阅读全文

posted @ 2017-11-29 16:34 冰凌灵雨 阅读(548) 评论(0) 推荐(0)

简单图标转xaml代码
摘要:工具 原图 步骤 1,使用钢笔工具勾勒出大致路径 2,将工作路径转为形状路径 3,图层右键->复制SVG <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1.27cm" 阅读全文

posted @ 2017-10-18 20:28 冰凌灵雨 阅读(380) 评论(0) 推荐(0)

WPF Aero Glass Window
摘要:用法 阅读全文

posted @ 2017-10-17 20:00 冰凌灵雨 阅读(1708) 评论(6) 推荐(0)

导航