I set the min height of a datagrid that way:
<DataGrid MinRowHeight="40">
After feeding the datagrid with datas, the text in each cell is top and left aligned.I could not find an easy way to center that text.
Any suggestions for doing that?
I set the min height of a datagrid that way:
<DataGrid MinRowHeight="40">
After feeding the datagrid with datas, the text in each cell is top and left aligned.I could not find an easy way to center that text.
Any suggestions for doing that?