上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 123 下一页
摘要: 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 阅读(23) 评论(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 阅读(59) 评论(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 阅读(35) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp191.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-07-03 21:17 FredGrit 阅读(23) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp189.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-07-03 20:13 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp189.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-07-03 19:11 FredGrit 阅读(29) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp187.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-07-02 22:19 FredGrit 阅读(23) 评论(0) 推荐(0)
摘要: // ConsoleApplication3.cpp : This file contains the 'main' function. Program execution begins and ends there. // #pragma comment(lib, "rpcrt4.lib") #i 阅读全文
posted @ 2024-07-02 15:55 FredGrit 阅读(81) 评论(0) 推荐(0)
摘要: 1.Add resource dictionary,Brushes.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.m 阅读全文
posted @ 2024-07-01 21:36 FredGrit 阅读(43) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2024-07-01 21:29 FredGrit 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 123 下一页