0

I have a form that has some textfields and combos with a vbox layout. These components are created dynamically after pressing one button. The tab order seems that is not working. The cursor doesn't go from one textfield to the next one by pressing the tab. What am i missing and the tab order is not working? In case the form is declared statically as view-controller, the tab order is working automatically.

sdev
  • 13
  • 6

1 Answers1

0

You can set tab order via tabIndex property.

Krzysztof
  • 15,900
  • 2
  • 46
  • 76