I have a TabControl with tree TabItems. I have multiple elements in every TabItem. I want to go to the next TabItem when I press the enter key at the last element of the current TabItem.
I use EnterKeyTraversal attached property for enter key of every element. How do go to the next TabItem when the enter key were pressed?