Hi,
I have a ListView, filled with a some xamMaskedEditors from a DataTemplate.
Now i want to develop something, that you can navigate with arrow-keys. And if you start typing, the xamMaskedEditor is in editmode.
I used the SelectionChanged-Event, to get the right editor in my ListView. Next I used the KeyDown-Event for navigate only with specific Keys. Sofar it works only one time. If I want to navigate to the next ListViewItem, it is not possible, becuause the XamMaskedEditor GotFocus or is in EditMode.
Has anybody an idea how to develop an navigation like I described with xamMaskedEditors?
Thaks for help.
christian
Best regards from Germany