Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 75885

Calling Grid.Focus() doesn't actually focus the element. Is this a bug or by design?

$
0
0

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?


Viewing all articles
Browse latest Browse all 75885

Trending Articles