I\'m having a really hard time with something that should be trivial. I just want to remove a few buttons from the tab order on a UserControl. I\'ve tried adding IsTab
IsTab
Try setting KeyboardNavigation.TabNavigation ="None" in the parent control.
KeyboardNavigation.TabNavigation ="None"
You need also employ KeyboardNavigation.TabNavigation ="Continue" for the parent controls, and
KeyboardNavigation.TabNavigation ="Continue"
"Focusable=False"