GridViewColumn with no cells?

85 Views Asked by At

Is it possible to have 3 GridViewColumn but only 2 CellTemplate ? I want the first cell to "occupy" the 2 left columns ?

Is it possible ?

1

There are 1 best solutions below

1
On

I don't think that you can do it directly, but you can however create two regular columns, and then make the header of the first one with a line in the middle, so it would look like it's two cells.