How to move the cursor in Entry to the end?
By Ivan Kudryavsky
24 Apr 2020 09:26
English
2 Replies
I want that when opening a popup, in which there is an input field (Xamarin.Forms.Entry), the cursor immediately becomes at its end. So that the user does not do unnecessary actions to move the cursor
A very simple task, but I could not find a single solution.
I tried:
nameEntry.Focus();
nameEntry.CursorPosition = 10
nameEntry.Focus();
nameEntry.Text.Insert(0, app.GetName());
Edited on 24 04, 2020
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.