Skip to content Skip to sidebar Skip to footer

Horizontal Scrollview Full Scroll Focus Right With Viewtreeobserver

I am adding the objects into the horizontal scrollview dynamically and when i add the code below works fine to move extreme right, now the problem is when i try to scroll back to l

Solution 1:

is your layoutlistener there to scroll your view all the way to the right when your scrollview is created? If so you should then remove the event listener inside your onGlobalLayout function, otherwise it will scroll right whenever it gets laid out.


Post a Comment for "Horizontal Scrollview Full Scroll Focus Right With Viewtreeobserver"