c++ cx - Disable open up menu on Space/Enter in Xaml -


i have bottom menu bar. unknown reason, when pressing enter/space button, default behavior commands shown or first action executed, depending on state extremely undesirable handling key events entire page. tried setting istabstop="false" not help. there way eliminate baked-in behavior?

 <page.bottomappbar>     <commandbar istabstop="false" closeddisplaymode="minimal">         <!-- buttons -->     </commandbar>  </page.bottomappbar> 


Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -