I've built a very rudimentary multirow edit GridView - all the rows are available for edit at the same time - and now I want to enable the up and down arrow keys to allow the user to navigate easily ...
I'm working on my first WPF app and I'm stuck on something that shouldn't be so difficult.<BR><BR>Basically I've got a List (actually ObservableCollection) of strings. I've got a ListView with a ...