This question is locked. New answers and comments are not allowed.
I've been trying this all day, but is there any way to remove all grid lines just using implicit styles on a grid with 2 levels of grouping? I'm using the Metro theme and would like to just get down to a completely clean grid.
I've set the borderbrush=0 and background=transparent on the following styles:
GridViewGroupFooterRow
GridViewGroupRow
GridViewGroupFooterCell
GridViewIndentCell
GridViewGroupFooterIndentCell
But I can't get rid myself of all the vertical and horizontal lines on the grid. It seems I am missing some styles, for example "GridViewGroupHeaderRow", "GridViewGroupHeaderCell", "GridViewGroupHeaderIdentCell" do not even exist.There is also a border around the rows in the group.
Am I correct in assuming the only way to remove those is to edit the control template in expression blend? I was trying to avoid it.
Thanks.
I've set the borderbrush=0 and background=transparent on the following styles:
GridViewGroupFooterRow
GridViewGroupRow
GridViewGroupFooterCell
GridViewIndentCell
GridViewGroupFooterIndentCell
But I can't get rid myself of all the vertical and horizontal lines on the grid. It seems I am missing some styles, for example "GridViewGroupHeaderRow", "GridViewGroupHeaderCell", "GridViewGroupHeaderIdentCell" do not even exist.There is also a border around the rows in the group.
Am I correct in assuming the only way to remove those is to edit the control template in expression blend? I was trying to avoid it.
Thanks.
