russ
Hi,
I’d like to have a UIElement “dock” to the bottom of the screen, with a fixed height and horizontally fill from the left to right edges. I know that I can do this by watching the parent’s size in event handlers (or subclassing a UIElement, I guess), but I’m wondering if this is possible to do declaratively? Something like SetHorizontalAlignment(HA_FILL)?
Thanks,
Russ