Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
Horizontal separator / line between rows
posted

Hi,

I have the index of a certain row in a xamDataGrid, and I want to add a visible line above it to mark a boundary between it and the rows above. The line *must* be between the two rows, not within the row, for presentation reasons, which is why setting the background of one of the rows won't work. Kind of like http://community.infragistics.com/forums/t/52311.aspx, but for a WPF xamDataGrid. Currently the only hackish method I've got is to set the background of the row and the row above it such that there seems to be a symmetric line between the two.

Neil