This question is locked. New answers and comments are not allowed.
I have tried to provide a CellEditorStyle, but to no effect
<
tg:DataGridBooleanColumn
PropertyName
=
"Completed"
Header
=
"Completed"
SizeMode
=
"Auto"
>
<
tg:DataGridBooleanColumn.CellEditorStyle
>
<
Style
TargetType
=
"CheckBox"
>
<
Setter
Property
=
"HorizontalAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"HorizontalContentAlignment"
Value
=
"Center"
/>
</
Style
><
br
> </
tg:DataGridBooleanColumn.CellEditorStyle
><
br
> </
tg:DataGridBooleanColumn
>