0
votes

I have a bunch of Entrys and Picker and I want the focus to automatically change to the next Entry/Picker. Im doing that by calling the Focus() method on the Entry/Picker I wanna focus to. If my current focus is on an Entry and my next element is an Entry or a Picker it changes the focus and opens the Keyboard/Pickerdialog as it's supposed to. If my current focus is on a Picker and the next element is an Entry then the Entry gets focused, as supposed to, but the keyboard does not open. The focus() method is called in the Pickers SelectedIndexChanged event. How can I fix that?