摘要: 解决.Net Core 3.0 WPF 无法使用 WindowsFormsHost的问题 打开项目.csproj 添加: <UseWindowsForms>true</UseWindowsForms> 阅读全文
posted @ 2021-05-13 15:27 microsoft-zhcn 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 开发效率:能使用XAML实现的就不用户CS后台程序编写 数据绑定:数据绑定使用的是属性,不是字段 public ObservableCollection<string> list { get; set; } = new ObservableCollection<string>(); Dispatch 阅读全文
posted @ 2021-05-13 11:07 microsoft-zhcn 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 自定义高性能无边框窗体 引入Microsoft.Windows.Shell。可参考 WPF Custom Chrome Library 和 MSDN WindowChrome Class 有相关自定义窗口实现。 参考:https://www.cnblogs.com/fishpond816/p/142 阅读全文
posted @ 2021-05-13 01:01 microsoft-zhcn 阅读(125) 评论(0) 推荐(0) 编辑