Hi,
I'm trying to figure out how to find out whether the scroll view is at one end of the scroll or the other so that I can show arrows if the scroll view can be scrolled in one direction or the other (ie whether it has reached the end or the beginning). I am using the clipped scroll view. Is there a property I can read to show the current position based on the max position?
-JJ