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
I am trying to remove the column separator line that is inbetween the xamgrid filters. Could you please help me on the same..
I used
<Style TargetType="{x:Type grid:cellValuePresenter}">
<Setter Property="BorderThickness" Value="0,0,0,0"></Setter>
</Style>
But the above code removes the vertical gridlines only in the result grids and not in the filter.
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Hi,
Please let me know if are you referring to the lines between the headers and filter cells? I am asking since I meant to only affect the data cells and between theme there are no lines.
Looking forward to hearing from you.
It seems even your post the vertical line still appears between columns