TextField with horizontal scroll?
Hello! I’m experimenting with creating a textfield with a different look and feel. It looks like I could use BaseTextField which has all the needed things and I only need to add the things around (background, title with custom animation, etc etc). The only thing I’m lacking in any case is horizontal scrolling for the textfield.
I found that I could copy TextScroller code and that should make the trick (it’s not public). I wonder however if there are plans to provide it publicly (either vertical or horizontal scrolling). That would be amazing!