Hi.
i have scrollView without any elements.
I insert after i create the scrollView the elements i will check in the database, 1 by 1 if they exists.
in the end i want to check if the height of the elements is less than the height of the scroll. if it is i lock the scrollview so it can’t be moved.
the solution i’ve made was creating a variable that is counting the height of the elements and at the end i check if its lower.
my question is: is there a way to check an element position inside a scrollview? i would check the last element position then compare it to the height of the scrollview. no need of the variable that is counting the height of each element.
Best regards,
Carlos