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
345
Removing XamGrid Column Separator
posted

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