Hi,
I would like to remove the thin verticle line of gridview row header, please suggest me the way , i have use the following way to change the header background but not able to remove thin vertical lines.
<Style TargetType="gridView:GridViewHeaderCell">
<Setter Property="Background" Value="#FFC8C9CB" />
<Setter Property="BorderThickness" Value="0" />
</Style>
a image is attached in which you can see the marked area which i want to remove.
Thanks in advance.
I would like to remove the thin verticle line of gridview row header, please suggest me the way , i have use the following way to change the header background but not able to remove thin vertical lines.
<Style TargetType="gridView:GridViewHeaderCell">
<Setter Property="Background" Value="#FFC8C9CB" />
<Setter Property="BorderThickness" Value="0" />
</Style>
a image is attached in which you can see the marked area which i want to remove.
Thanks in advance.