I have a form that contains multiple fields such as entry, text area, dropdown, etc. I want to switch to the next control when the user presses the return key from the keyboard by programmatically executing the tab key.
I tried this reference: How do I simulate a Tab key press when Return is pressed in a WPF application?
I could not find the TraversalRequest
inside System.Windows.Input
Namespace