I'm working on understanding the Grid control in WPF. I have a really basic setup here:
What I would like is, instead of having three rows and three columns that divide up each row, I'd like to have the columns only dividing up the last row, so that the top two rows have no columns, and only the last (third) row has columns.
