WPF ListView SelectedValue not being set
I've looked at a few solutions but nothing has worked yet for me. I'm using MVVM for this project and have a ListView that I can't set the SelectedItem property. If this is my (simplified) XAML. <ListView Name="uxPackageGroups" ItemsSource="{Binding Path=PackageGroups, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" BorderThicknes...