I am using the WPF toolkit datagrid to display some data and want to increase the thickness of the horizontal girdlines for each row, I would have thought this would be a simple thing to do but i can’t find solution.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve never done this, but I would try to set the
BorderThicknessof the rows via theRowStyleproperty. Here is some documentation about the RowStyle and for the DataGridRow.Hope this works. A short follow up with the result would be great.
Regards
EDIT
As you can read here, you can set only e.g. the bottom property. So only the vertical bottom lines should appear.