Is it possible to change the RowSpan and/or ColumnSpan with an event trigger?
Use case:
I have a page containing a grid with 2 columns and 2 rows. I have a camera image in each cell. I want to click the image and have it expand to fill the 4 cells. then click that to have it return to original settings.
Or is there another way to accomplish this without having multiple hidden objects that I show/hide with click events?
Thanks in advance