ListView with nested Expander not collapsing
This question is the same as this other unanswered question . When the Expander is expanded the outer ListView grows to make space for the expanders contents, but when the Expander is then collapsed the view does not force the ListView to resize. Reduced code, with notes after: <!--<StackPanel>--> <ItemsControl> <!-- ParameterGroupView --> <Border BorderBrush="Brown" BorderThickness="1" CornerRadius="4" Padding="4"> <ListView HorizontalContentAlignment="Stretch"> <Expander Header="Expander A" IsExpanded="False"> <ListView HorizontalContentAlignment="Stretch"> <!-- TextView --> <TextBlock