So I just converted my app to the latest daily build and using graphics compatibility mode.
Got my scrollView positioning all set, but noticing an issue with scrolling. It scrolls fine, but as it gets to the bottom, the scroll bar just jumps to the bottom. And when its at the end, if I slowly start to scroll up, the scroll bar jumps up about a quarter of the way. Not sure why it is doing that.
I don’t have a scrollWidth or scrollHeight set, so I tried setting them as the same width and height as the scrollView, then when i do my dynamic building of the text that I put it in the scrollView, I look at the Y position of the last item I put in there and did a setScrollHeight with that value. It then scrolls properly and smoothly, but doesn’t go all the way to the end. Not sure why that it is, since I am using the position of the last item.
I tried just adding amounts to the value and it got to where it should be, but again, it is doing the jumping at the bottom. If I set it to a value larger, than it extends past the “end” of my content and scrolls without jumping. Weird.
Not sure what might be causing this and how to look at tackling it.
Any thoughts?