Am I missing something obvious in the editor? I have 5 controls and if I hit the tab key, I want to tab through them in a different order to the order that C2 is using. For example, I have a login page which has a login textbox, then 2 password textboxes (for registration). It then has a login textbox and another password textbox on the other side of the screen, for logging in. If you're in the first login box and hit tab, it goes over to the other login box (presumably because they're the same type of control and were created together?), but I want it instead to go down to the first password box.
Is there a simple way of doing this, other than creating completely separate boxes or redesigning my screen?