【WPF】DataGrid 的CheckBox列单击不能选中,需要点击两次的问题
2020-12-28 12:28
标签:style div 修改 datagrid sch bin change source upd 修改列的模板,不使用自带的CheckBox列 binding的列可以自行修改。 【WPF】DataGrid 的CheckBox列单击不能选中,需要点击两次的问题 标签:style div 修改 datagrid sch bin change source upd 原文地址:https://www.cnblogs.com/mqxs/p/13328382.html DataGridTemplateColumn Width="30">
DataGridTemplateColumn.CellTemplate>
DataTemplate>
CheckBox IsChecked="{Binding IsChecked, UpdateSourceTrigger=PropertyChanged}" />
DataTemplate>
DataGridTemplateColumn.CellTemplate>
DataGridTemplateColumn>
文章标题:【WPF】DataGrid 的CheckBox列单击不能选中,需要点击两次的问题
文章链接:http://soscw.com/index.php/essay/38821.html