dotMorten / MauiEx

A set of .NET MAUI controls
Apache License 2.0
224 stars 55 forks source link

Set CursorPosition after suggestion selected #71

Open GT1902 opened 4 years ago

GT1902 commented 4 years ago

Hello,

I would like to know if it is possible to set the cursorposition in the textbox to end of the text.

Right now, on android, after I select a suggestion from the list the cursor is set to the beginning and I would like to change that.

Thank in advance!

Dirwaz commented 4 years ago

i think this is achievable with a custom render of the control.

in the custom render control you can do this for Android:

https://stackoverflow.com/questions/37010593/how-do-i-change-the-cursor-position-of-an-entry-manually-in-xamarin-forms