After scrolling item A into view, aka, setting isAEnabled to true, and then user scrolls around manually, and say at some point isAEnabled is set to false, and then set to true again..
A is not scrolling into view.
I will state that if there is a Component B that is scrolled into view and then A is requested to scroll into view afterwards.. it works perfect.
Hi, first of all thank you for the great lib!
I am having some issues with it, I have something like this:
After scrolling item A into view, aka, setting
isAEnabled
to true, and then user scrolls around manually, and say at some pointisAEnabled
is set to false, and then set to true again.. A is not scrolling into view.Help?