I have a vertical StackPanel with two elements: a Button and a ListBox. How can I have the ListBox stretch to the remaining page height?
Use UniformGrid Columns="2" instead of StackPanel.