Hi,
I want to keep focus in an Entry control in order to keep the keyboard open when I press a button next to it.
I've tried to do it by calling Entry.Focus() when I press the button but it causes the keyboard to move up and down. I would rather the keyboard stays up all the time.
Is there any way to achieve this?
Thanks!