01 2021 档案
摘要:WPF DataGrid显示中编辑数据Check 1、DataGrid显示数据选中后编辑 //xaml 在DataGrid中加入事件 BeginningEdit = "dataGrid_BeginningEdit" CellEditEnding = "dataGrid_CellEditEnding"
阅读全文
摘要:1、DataGrid显示数据选中后按上下键移动数据 //xaml 在DataGrid中加入事件 PreviewKeyDown = "keyDownSetSeq" //cs文件中加code 用System.Collections.ObjectModel的Move方法 private void keyD
阅读全文

浙公网安备 33010602011771号