Scrolling input field?

Hi all, I need an Input Field with scrolling (once the text length is exceeded from the width of the Input field. Text needs to scroll from right to left). Can anyone please suggest that is there any inbuild method is there?

image

There is nothing built in that will do it. You’ll need to calculate the width of the input and then move the x coordinate as new input is entered. You can check out this for some related code: