## Expected Behavior Not to scroll automatically to the end of the textfield when width is greater than the visible width. ## Actual Behavior scrolling automatically to the end of the textfield and hiding the starting Data inside the textfield. ## Steps to Reproduce the Problem 1. Add two columns inside the spreadsheet view 2. Make first column freeze and set its width to 200px 3. Add an Ui TextField inside the second column and set it's width to 200px 4. Check when you start typing inside textfield it automatically scrolls the view to the end of the textfield ## Specifications - Xcode version: 12.3 - iOS version: 14.4.1 - Dependency manager + version: cocoa pods(  1.10.1 )