I have a form with multiple textfields. I would like the user to be able to use the TAB button to navigate through the boxes in a logical order.
The properties window does not have a TabIndex property or anything remotely close to that. I looked at the Core documentation for textfield and don't see anyway to set it there.
How does one specify the order to tab through elements? Other than telling where the cursor to go when the object loses focus, which is clunky.
The properties window does not have a TabIndex property or anything remotely close to that. I looked at the Core documentation for textfield and don't see anyway to set it there.
How does one specify the order to tab through elements? Other than telling where the cursor to go when the object loses focus, which is clunky.