I am using a ListView and I want to disable the selected item when I click anywhere in the UI or click another control in the UI.
<ListView x:Name="View" Grid.Row="1" Grid.Column="0" ItemsSource="{Binding View}" ScrollViewer.HorizontalScrollBarVisibility="Disabled" IsSynchronizedWithCurrentItem="True" SelectedItem="{Binding Contact}" SelectionMode="Single">