"index - The index that should be made visible to the user, assuming of course that it is greater than, or equal to 0, and less than the size of the items list contained within the given ListView."
Watch attached movie:
I've added some amount of elements. said scrollTo(50). It scroll to the end. Of cource that is correct in some way. But assumption is broken. For comparison: if I am at the end of the list, then calling scrollTo(-10) doesn't affect, but have to by analogy.
Watch attached movie:
I've added some amount of elements. said scrollTo(50). It scroll to the end. Of cource that is correct in some way. But assumption is broken. For comparison: if I am at the end of the list, then calling scrollTo(-10) doesn't affect, but have to by analogy.