I have a ListView with ItemsSource binding. In my view model I have a selected property that is set when a list item is selected.
Is it possible to bind this property to the ListView selected item in a way that it will keep the item highlighted even when the data refreshes itself?
Thanks
Greg