摘要: <behavior:Interaction.Triggers> <behavior:EventTrigger EventName="KeyDown"> <behavior:CallMethodAction MethodName="WinKeyDown" TargetObject="{Binding} 阅读全文
posted @ 2024-08-06 23:31 FredGrit 阅读(22) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp233.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-08-06 22:53 FredGrit 阅读(65) 评论(0) 推荐(0)
摘要: <DataGridTemplateColumn Header="Select"> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <CheckBox IsThreeState="False"> <behavior:Interaction.Tr 阅读全文
posted @ 2024-08-06 21:36 FredGrit 阅读(49) 评论(0) 推荐(0)