Hey,
typical scenario: I am creating a formular, with a Scrollview around it, so if the user clicks one of the bottom fields, the whole view scrolls top and enable a nice input and is not hide by the keybord.
My question: Can i manipulate this behavier?
My case: My textfields are surrounded by some visual stuff, border view, a little whitespace etc... (See screenshot) The problem is, that the view scrolls exactly to the bottom of the textfield (of course). So the question ist, can manipulate this value on any way? My goal is, that it just scrolls to the bottom of the textfield PLUS let's say 5-10 pixel, so the visual surrounding of the field is visable, too.
At the moment my only idea is to scroll the view by myself and calculate the value by myself, too.
Any idea / Workaround for this?
Best, Nico