ThinkGeo.com    |     Documentation    |     Premium Support

Keyboard focus when mouse enter MapView

When I have selected the text inside of the textbox, but my mouse move over the MapView, Keyboard focus on MapView, and the text is unhighlighted,
Does anybody know how can I figure out this issue?

Hey @Mahdi_Rastegari,

You can set mapView.MapFocusMode = MapFocuseMode.ManuallyFocused; and that should no longer happen.

Thanks,
Kyle

Hey @Kyle_Day
Thanks for your help.

Hey @Mahdi_Rastegari,

You’re welcome!

Thanks,
Kyle