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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -