Recently I want to write a custom view which is related to scroll. When I use scrollTo(100,0)
, accounting the view will move right, but the result is that the view move left.
I know scrollTo
means that the view content moves not the view moves, but the official docs not say it clearly. I am really confused about it.