So I have a button on my Android device and when I tap it I call.
myGrid.Focus();
I then try to use the property:
myGrid.IsFocused;
but this always returns false. Is this a bug or is this by design?
So I have a button on my Android device and when I tap it I call.
myGrid.Focus();
I then try to use the property:
myGrid.IsFocused;
but this always returns false. Is this a bug or is this by design?