Hello
I had the same problem. My solution can you see in the attachement.
1. I build a array with references to all my controls where i want to move.
2. In a event structure i catch the key down event from all my control. If the pressed key 28 (Enter) then i search the actual control in my array (i use the label.text for comparing, because the references have not the same value). I set the focus to the next element in the array.
I hope you understand my booring English
😉CU
Elmi