tags:

views:

27

answers:

0

I'm using a simple Menu with some MenuItems inside. Each MenuItem has the Command property bound to a RoutedCommand in my ViewModel. When I click a MenuItem the command correctly executes, but navigating the menu with keyboard raise a problem: if I press the Enter key, nothing happens... I must press Tab before and then press Enter, so the command starts.