How to move the cursor in Entry to the end?
By Ivan Kudryavsky
24 Apr 2020 05: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 by: Ivan Kudryavsky on 24 Apr, 2020
View Selected Answer
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.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------