WPF: Is VerticalAlignment inherited by nested containers?
Posted
by zxcvbnm
on Stack Overflow
See other posts from Stack Overflow
or by zxcvbnm
Published on 2010-03-08T05:11:13Z
Indexed on
2010/03/08
6:06 UTC
Read the original article
Hit count: 244
wpf
I'd like to have the nested containers inherit that property, but when I set it in the outermost one I'm not sure if it's working. It either is working but I'm not getting the results I want, or maybe I'd have to set up a property somewhere for it to carry.
Assuming that a) it is possible to do it and b) I'd have to change a property somewhere, would that have any side effects I should be aware of?
© Stack Overflow or respective owner