I want to hide (or remove) all the borders of all the rows (and subsequently cells) in my datagrid, think a basic HTML table. I\'ve looked all over and most questions seem to be
What about setting GridLinesVisibility="None"?
GridLinesVisibility="None"
...