WELCOME

a:hover { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto; } body { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto; }

09 2021 档案

摘要:添加事件: this.KeyDown += OnKeyDown;// /// /// Esc键按下,关闭当前窗口 /// /// /// private void OnKeyDown(object sender, KeyEventArgs e) { if (e.Key == Key.Escape)/ 阅读全文
posted @ 2021-09-27 11:44 waiting233 阅读(132) 评论(0) 推荐(0)
摘要:关于ObservableCollection<T>内容上概述,数据结构子集数据变化,会引起UI层面的改变。 关于如何实现List等绑定,Model内含有ObservableCollection<T>数据数组的内容绑定,实现数据内容更新的关系; 阅读全文
posted @ 2021-09-24 10:47 waiting233 阅读(68) 评论(0) 推荐(0)
摘要:原始链接:关于如何合并单元格 主要效果:本质上是对DataGridTemplateColumn的分割。 DataGrid内联集合,关于datagrid内容下拉框显式内容方面的内容 DataGrid下拉框内联集合内容 阅读全文
posted @ 2021-09-22 14:14 waiting233 阅读(68) 评论(0) 推荐(0)
摘要:关于如何获取DataGrid内的单元格 DataGridRow rowContainer = (DataGridRow)dataGrid1.ItemContainerGenerator.ContainerFromIndex(rowIndex); DataGridCellsPresenter pres 阅读全文
posted @ 2021-09-18 10:20 waiting233 阅读(77) 评论(0) 推荐(0)

#Snow{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; background: rgba(125,137,95,0.1); pointer-events: none; }