is there any way to accomplish this functionality from WinForms in WPF?
ListView.FocusedItem = ListView.Items[itemToFocusIndex]
I\'m trying
I believe you can use Keyboard.FocusedElement to get the focused element in the listview.
Keyboard.FocusedElement
should return the focused element