Like WrapPanel, but stacking from the bottom up?

I’d like to add children into a container and make them stack from the bottom left up like this:

0

00

000

0
000

00
000

000
000

0
000
000

etc.

Apparently there is no support for this in neither StackPanel or WrapPanel. Does anyone know of a way to do this?

Thanks!