I have a xam Grid. Currently I am using the following style to remove the grid cell's border.
<Setter Property="BorderThickness" Value="0,0,0,0" /> However, the border for the cell is remove, a vertical line still exists between each column. How can I remove the Vertical Grid Line?
Thanks
It seems even your post the vertical line still appears between columns