Can a component span multiple columns?

What I’m trying to do:
Expand my design-time options.

Is there a way for a component to span multiple columns in a ColumnPanel (or DataGrid)? If so, how?

If not, I suppose there’s always custom HTML, with <table> and colspan.

Or, there’s always

Which is fantastic! Highly recommended.