In the following XAML, the word \"Test\" centers horizontally but not vertically.
How can I get it to center vertically?
Seems I asked this question 10 months ago, I got the above scenario to work by replacing the StackPanel with DockPanel LastChildFill=True like this: