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; }
摘要: 原始链接:关于如何合并单元格 主要效果:本质上是对DataGridTemplateColumn的分割。 DataGrid内联集合,关于datagrid内容下拉框显式内容方面的内容 DataGrid下拉框内联集合内容 阅读全文
posted @ 2021-09-22 14:14 waiting233 阅读(77) 评论(0) 推荐(0)
摘要: 关于如何获取DataGrid内的单元格 DataGridRow rowContainer = (DataGridRow)dataGrid1.ItemContainerGenerator.ContainerFromIndex(rowIndex); DataGridCellsPresenter pres 阅读全文
posted @ 2021-09-18 10:20 waiting233 阅读(88) 评论(0) 推荐(0)
摘要: 喝水哥B站学习资源集锦 阅读全文
posted @ 2021-08-09 14:52 waiting233 阅读(26) 评论(0) 推荐(0)
摘要: 简要介绍 目前为止最强WPF进阶教程WPF进阶教程 现阶段对部分概念依旧不怎么理解,但是此教程能跟着解决部分自制控件的问题 解决方案 <Window x:Class="WpfApp6.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006 阅读全文
posted @ 2021-07-19 05:44 waiting233 阅读(67) 评论(0) 推荐(0)
摘要: using Autodesk.Revit.Attributes; using Autodesk.Revit.DB; using Autodesk.Revit.UI; using Autodesk.Revit.UI.Selection; using System; using System.Colle 阅读全文
posted @ 2021-07-19 05:02 waiting233 阅读(600) 评论(0) 推荐(0)
摘要: 导出FBX using Autodesk.Revit.Attributes; using Autodesk.Revit.DB; using Autodesk.Revit.UI; using Autodesk.Revit.UI.Selection; using System; using System 阅读全文
posted @ 2021-07-17 01:47 waiting233 阅读(672) 评论(0) 推荐(0)
摘要: public Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements) { UIDocument uidoc = commandData.Application.ActiveUID 阅读全文
posted @ 2021-07-16 15:44 waiting233 阅读(111) 评论(0) 推荐(1)
摘要: MVVM经典案例 阅读全文
posted @ 2021-07-13 21:20 waiting233 阅读(62) 评论(0) 推荐(0)
摘要: System.Windows.Interop.WindowInteropHelper mainUI = new System.Windows.Interop.WindowInteropHelper(view); mainUI.Owner = System.Diagnostics.Process.Ge 阅读全文
posted @ 2021-07-08 17:38 waiting233 阅读(52) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Media.Imaging 阅读全文
posted @ 2021-07-02 17:29 waiting233 阅读(95) 评论(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; }