Hi there
Quick question: How would you programatically go to the next radio button for example when Tab is pressed?
It’s a row, which can hold n radio buttons. Can I access the children of a row within a
onPreviewKeyEvent
or so?
one solution would be with a selectedIndex but I wonder if there’s a more elegant approach?