I set the min height of a datagrid that way:
After feeding the datagrid with datas, the text in each c
This style will set the VerticalAlignment to Center for all DataGridCells without needing to be applied explicitly.
VerticalAlignment
Center
DataGridCell
I find this to be the most elegant solution.