Android Question Change scrollview position to view

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi
I have many field in scroll view panel.
I want to in Enter-press event,scroll-view position scroll to view position
Example when i select phone field and enter-press then scroll to next field
I can scroll by ScrollPosition properties but the position of view is not correct
 

ArminKH

Well-Known Member
if i exactly understand (although i'm not sure that i understand)
you want scroll to next view position which is exist in a scroll view as a item by using Enter_Press event ?
 
Upvote 0

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
if i exactly understand (although i'm not sure that i understand)
you want scroll to next view position which is exist in a scroll view as a item by using Enter_Press event ?
In normal,each view handle keyboard and user can see field,but in my project cannot see and i should do this manual
 
Upvote 0
Top