Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
NavigationProblem
posted

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