I have a stepper hosted in a DockPanel with LastChildFill = true. The stepper does, in fact, inherit the available height within the DockPanel. However, when VerticalAlignment is set to stretch the content is not given the remaining space in the grid, the remaining space is filled below the back/continue buttons. (ie. Top and Stretch look the same except that with stretch the height of the stepper is set correctly.)
Is there a way to make the stepper content fill all available vertical space in its parent?
I have a stepper hosted in a DockPanel with LastChildFill = true. The stepper does, in fact, inherit the available height within the DockPanel. However, when VerticalAlignment is set to stretch the content is not given the remaining space in the grid, the remaining space is filled below the back/continue buttons. (ie. Top and Stretch look the same except that with stretch the height of the stepper is set correctly.)
Is there a way to make the stepper content fill all available vertical space in its parent?