How can a WPF StackPanel fill vertically from bottom to top?

Posted by Stimul8d on Stack Overflow See other posts from Stack Overflow or by Stimul8d
Published on 2009-01-29T13:50:42Z Indexed on 2010/03/24 21:43 UTC
Read the original article Hit count: 226

Filed under:
|

I need to be able to fill a stackpanel with buttons but the buttons must appear at the bottom of the stackpanel first and populate upwards. The buttons are created dynamically and there's an unknown number of them so visual hackery just won't work. I've tried experimenting with vertical alignments but to no avail.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about stackpanel