I am trying to make the vertical stretch to work as expected i WPF, but for some reason it only takes the space it needs, and not the space available.
First, I am using
Have you tried setting HorizontalContentAlignment and VerticalContentAlignment to Stretch in the ItemsControl?