1.as the first image, the black is the scrollview's clip range, and the red is a item that tweenHeight to be a larger one.
assume the start position is set in the center to match this question like A.
if i use a fake Press/Drag call and release with no drag amount, it will spring in and stop like C.
how to make the spring effect stop like B?
2. same as 1, how to spring a scroll view's content to the end/start manual?
3. is any why to check if a scroll bar of a scroll view should be shown?
i wanna to create a chat window and auto scroll to value 1 when get a new message. but only when the messages are as many as scroll needed, so i can't set the scroll bar's value to 1 everytime.
4. same as 3, when a user is scrolling back to read the old messages, at this time if a new message is received i don't want to set the value to 1.
i can't just check the scrollbar's value is equal to 1 or not, because when i scroll to the bottom of a scroll bar, the value will be 0.99XXX instead of 1.