I\'m trying to achieve the equivalent of a WinForms ListView with its View property set to View.List. Visually, the following works fine.
ListView
View
View.List
You should be able to do it without the event listener using KeyboardNavigation.DirectionalNavigation, e.g.