How can I know exactly when the scrolling reach to its both ends? I am using a horizontal scroll and I though I can give a trigger depend on the scroll content’s position but it was not work out. Can anyone help me??
I tried call this from Scroll Rect On Value Change and On Drag End. But does not work.
What is leftArrowOverLay and rightArrowOverLay mean?Am new to the unity.,What does the leftArrowOverLay and rightArrowOverLay? Am very new to unity. If my question looks very stupid pardon me. @eses
To detect the scroll has reached the end is ok but when it comes to like I have 4 scroll rect in my project and they are aligned like one is parent scrollrect and others are there chid of that parent scroll but the problem is that after the first scroll child go to the last position it do not go to the second child of the parent scroll. What can I do to achieve that?? Is there any method that I can call to activate the parent scroll which will go to the Second child of the parent scroll and Vise-versa???