WPF ListView SelectionChanged inside style does not work. EventSetter either
<Style x:Key="OrderGroupTemplateStyle" TargetType="{x:Type ContentControl}"> <Style.Triggers> <DataTrigger Binding="{Binding Path=Name.ShowDetailedInfo, UpdateSourceTrigger=PropertyChanged}" Value="False"> <Setter Property="ContentTemplate"> <Setter.Value> <DataTemplate> <Border BorderBrush="Gray" BorderThickness="2" CornerRadius="3" Margin="2"> <StackPanel Background="LightGoldenrodYellow"> <ContentControl Content="{Binding Path=.}" Style="{StaticResource MyRecordViewModelShortStyle}"/> <ListView ItemsSource="{Binding Path=Items}" Margin="4"> <ListView.ItemContainerStyle> <Style TargetType="