I know that it will scroll automatically if there is enough text in the EditText view. Also Set the multiline to false in the designer window if you plan to have a lot of text.
The concept of multiline in Edittext is clear.
Automatic an manual scrolling of a text larger than the view's height is working.
What I'm looking for is, that the user sees a vertical scrolling bar at the right edge of the view so that the relative position of the cursor to the whole content is noticable.
I've found a solution here, but don't know how to implement it in B4A.
After reading several related discussions it seems like it is not possible to do it programmatically. You can try to put the EditText in a ScrollView . Calculate the required height with StringUtils.