Hi,
I have a scrollView with a Grid inside which contains several Entrys. When I click anywhere on the screen that isn't one of the Entry controls the focus automatically goes to the first Entry I have on the grid.
One of the problems seems to be that it fires the focussed event of the Entry box BEFORE it fires the Focus event of the ScrollView.
I am developing an application for a Windows 10 device but using the Xamarin forms cross platform code as we may move the code to Android at some stage.
Thanks in advance.
Ian