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