Does a Grid support having one cell display an item that is larger than the cell's regular size?
i.e. If a Grid is used to implement a chess board, with each square having a size of, say, 50 x 50, how could I have one specific cell display an image that is 60 x 60? -- which would overlap the surrounding squares.
This would be to make it "stand out" and appear distinct from the other cells.