I have a System.Windows.Controls.TextBox and if the user presses the enter-key, i want the application to handle it like a tab-key, so that the user can jump to the next input control, like he would normally do with the tab key. Is this somehow possible?
P.S.: I couldn't find a answer without usings of "System.Windows.Forms.SendKeys.SendWait("{Tab}");", which i would not like to include in my WPF-Application.