摘要: System.Runtime.InteropServices.COMException HResult=0x88980406 Message=UCEERR_RENDERTHREADFAILURE (Exception from HRESULT: 0x88980406) Source=Presenta 阅读全文
posted @ 2024-07-04 21:57 FredGrit 阅读(38) 评论(0) 推荐(0) 编辑
摘要: Copy from https://www.cnblogs.com/lindexi/p/12086719.html https://learn.microsoft.com/en-us/previous-versions/aa969767(v=vs.110) 1.Download url: https 阅读全文
posted @ 2024-07-04 21:35 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑
摘要: private void Window_Loaded(object sender, RoutedEventArgs e) { var children = mainGd.Children; foreach(var child in children) { var tempGd = child as 阅读全文
posted @ 2024-07-04 19:59 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp194.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-07-04 18:23 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: The key of dynamically generated contextmenu and menuitems is to bind command to appropriate command in viewmodel. <DataGrid.ContextMenu > <ContextMen 阅读全文
posted @ 2024-07-04 17:44 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑