R RVP Active Member Licensed User Longtime User Apr 24, 2014 #1 How do you set the cursor to be in front of the first character in an edittext view? How do you change type mode to overtype instead of insert?
How do you set the cursor to be in front of the first character in an edittext view? How do you change type mode to overtype instead of insert?
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2014 #2 1. See EditText.SelectionStart property. 2. There is no such mode. Upvote 0