How to set cursor position to end of text?

My users prefer that the cursor lands in the entry area of each row when the stylus or finger taps the entry row. How can I control the position of the cursor in the SFTextInputLayout control?


1 Reply

SS Sridevi Sivakumar Syncfusion Team June 25, 2021 10:17 AM UTC

Hi Stephanie Nance,

Greetings from Syncfusion.

We have checked the reported query. The SfTextInputLayout is a layout control and used to show and decorate the input view.

So you can customize the cursor position directly in SfTextInputLayout’s input view as per the below code snippet. 
 
               <inputLayout:SfTextInputLayout> 
                    <Entry  Text="SfTextInputLayout" CursorPosition="3"  /> 
                </inputLayout:SfTextInputLayout> 

Screenshot: 
 
 


Loader.
Up arrow icon